summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-11-29 09:14:56 -0500
committerTom Rini <trini@konsulko.com>2016-12-03 13:21:23 -0500
commit4880b026ec9e432761add36d80cfcc8b430b5405 (patch)
treef8680c03fce55e40ee96715de7a8fc8fa5daf8fa /cmd
parent1b597ada36a005f9800e2068bb745b9edccd04ba (diff)
downloadu-boot-imx-4880b026ec9e432761add36d80cfcc8b430b5405.zip
u-boot-imx-4880b026ec9e432761add36d80cfcc8b430b5405.tar.gz
u-boot-imx-4880b026ec9e432761add36d80cfcc8b430b5405.tar.bz2
cmd: Convert CMD_BOOTMENU
Also convert MENU while we're in here. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 7653c60..bafba6f 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -203,6 +203,12 @@ config CMD_BOOTEFI_HELLO
for testing that EFI is working at a basic level, and for bringing
up EFI support on a new architecture.
+config CMD_BOOTMENU
+ bool "bootmenu"
+ select MENU
+ help
+ Add an ANSI terminal boot menu command.
+
config CMD_ELF
bool "bootelf, bootvx"
default y