mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 23:41:50 +00:00
sandbox: enable bootmenu command
Provide the bootmenu command on the sandbox for testing. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
f8e7670f8b
commit
29a02185cd
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ CONFIG_CMD_LICENSE=y
|
|||
CONFIG_CMD_BOOTM_PRE_LOAD=y
|
||||
CONFIG_CMD_BOOTZ=y
|
||||
CONFIG_CMD_BOOTEFI_HELLO=y
|
||||
CONFIG_CMD_BOOTMENU=y
|
||||
CONFIG_CMD_ABOOTIMG=y
|
||||
# CONFIG_CMD_ELF is not set
|
||||
CONFIG_CMD_ASKENV=y
|
||||
|
|
Loading…
Add table
Reference in a new issue