diff options
author | Heinrich Schuchardt | 2022-04-30 07:42:38 +0200 |
---|---|---|
committer | Heinrich Schuchardt | 2022-05-03 21:39:22 +0200 |
commit | 29a02185cde20c1504b5b7da075591b605140a62 (patch) | |
tree | ee71d4f87beb57e44a0e855777acf42b617f2c05 /configs/sandbox_defconfig | |
parent | f8e7670f8b2a5ba8f25682eee56039fa5f0a20ca (diff) |
sandbox: enable bootmenu command
Provide the bootmenu command on the sandbox for testing.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index fe8ea4626d9..c509a924e6b 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 |