diff options
author | Tom Rini | 2016-11-29 09:14:56 -0500 |
---|---|---|
committer | Tom Rini | 2016-12-03 13:21:23 -0500 |
commit | 4880b026ec9e432761add36d80cfcc8b430b5405 (patch) | |
tree | f8680c03fce55e40ee96715de7a8fc8fa5daf8fa /include/config_fallbacks.h | |
parent | 1b597ada36a005f9800e2068bb745b9edccd04ba (diff) |
cmd: Convert CMD_BOOTMENU
Also convert MENU while we're in here.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/config_fallbacks.h')
-rw-r--r-- | include/config_fallbacks.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/config_fallbacks.h b/include/config_fallbacks.h index 2ad54b7bf66..380093218b0 100644 --- a/include/config_fallbacks.h +++ b/include/config_fallbacks.h @@ -96,7 +96,6 @@ #ifndef CONFIG_CMDLINE #undef CONFIG_CMDLINE_EDITING #undef CONFIG_SYS_LONGHELP -#undef CONFIG_MENU #endif #endif /* __CONFIG_FALLBACKS_H */ |