aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-07-19 16:46:26 -0600
committerTom Rini <trini@konsulko.com>2024-07-19 16:48:07 -0600
commit9dfc2532e28083d728ec4401935c794d5877e076 (patch)
treec84f00cbedc2ac63adb49664b916c6fa67d430fd /configs
parentcb0b7ab607aa71ae4b77a2b4d30d3d604c8324af (diff)
downloadu-boot-9dfc2532e28083d728ec4401935c794d5877e076.zip
u-boot-9dfc2532e28083d728ec4401935c794d5877e076.tar.gz
u-boot-9dfc2532e28083d728ec4401935c794d5877e076.tar.bz2
mx6sabresd: Disable VBE boot support
This is an older platform and as we need to save space on it from time to time, disable VBE boot support. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/mx6sabresd_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx6sabresd_defconfig b/configs/mx6sabresd_defconfig
index 868f6b1..80f7cd6 100644
--- a/configs/mx6sabresd_defconfig
+++ b/configs/mx6sabresd_defconfig
@@ -27,6 +27,7 @@ CONFIG_BOARD_SIZE_LIMIT=715766
CONFIG_FIT=y
CONFIG_SPL_FIT_PRINT=y
CONFIG_SPL_LOAD_FIT=y
+# CONFIG_BOOTMETH_VBE is not set
CONFIG_SUPPORT_RAW_INITRD=y
CONFIG_USE_BOOTCOMMAND=y
CONFIG_BOOTCOMMAND="run findfdt;mmc dev ${mmcdev};if mmc rescan; then if run loadbootscript; then run bootscript; else if run loadimage; then run mmcboot; else run netboot; fi; fi; else run netboot; fi"