From: Heinrich Schuchardt Date: Sat, 30 Apr 2022 05:42:38 +0000 (+0200) Subject: sandbox: enable bootmenu command X-Git-Tag: v2025.01-rc5-pxa1908~1419^2~18 X-Git-Url: http://git.dujemihanovic.xyz/img/%7B%7B%20%24image.RelPermalink%20%7D%7D?a=commitdiff_plain;h=29a02185cde20c1504b5b7da075591b605140a62;p=u-boot.git sandbox: enable bootmenu command Provide the bootmenu command on the sandbox for testing. Signed-off-by: Heinrich Schuchardt --- diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index fe8ea4626d..c509a924e6 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -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