]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
mx6sabresd: Disable VBE boot support
authorTom Rini <trini@konsulko.com>
Fri, 19 Jul 2024 22:46:26 +0000 (16:46 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 19 Jul 2024 22:48:07 +0000 (16:48 -0600)
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>
configs/mx6sabresd_defconfig

index 868f6b15513eb903d8a70a40223b894859956437..80f7cd60b5b8047517152b4c248a0040c1a5c05e 100644 (file)
@@ -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"