diff options
author | Eduard Strehlau <eduard@lionizers.com> | 2023-04-26 13:04:59 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2023-05-02 10:57:32 +0200 |
commit | e13698bb669e70c511387051b62e025aabdc34af (patch) | |
tree | ee69035e680a929769f9218d84df01ca525fa204 /configs/smegw01_defconfig | |
parent | ea99d227f95f6849d5523e8d327b1805bb828254 (diff) | |
download | u-boot-e13698bb669e70c511387051b62e025aabdc34af.tar.gz u-boot-e13698bb669e70c511387051b62e025aabdc34af.tar.bz2 u-boot-e13698bb669e70c511387051b62e025aabdc34af.zip |
smegw01: Disable additional boot menu options
Defaults have changed, we do not want the bootmenu to contain EFI
options.
Signed-off-by: Eduard Strehlau <eduard@lionizers.com>
Signed-off-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'configs/smegw01_defconfig')
-rw-r--r-- | configs/smegw01_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/smegw01_defconfig b/configs/smegw01_defconfig index ea25b3b87c..fe8152f33e 100644 --- a/configs/smegw01_defconfig +++ b/configs/smegw01_defconfig @@ -19,6 +19,8 @@ CONFIG_SYS_MEMTEST_END=0xa0000000 CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_AUTOBOOT_MENU_SHOW=y +# CONFIG_BOOTSTD is not set +# CONFIG_CMD_BOOTEFI_BOOTMGR is not set CONFIG_BOOTMENU_DISABLE_UBOOT_CONSOLE=y CONFIG_USE_BOOTCOMMAND=y CONFIG_BOOTCOMMAND="if test \"${ustate}\" = 1; then setenv upgrade_available 1; saveenv; fi; run mmcboot; " |