]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
config: xea: Disable support for boot methods EXTLINUX and VBE
authorLukasz Majewski <lukma@denx.de>
Wed, 12 Jul 2023 10:20:46 +0000 (12:20 +0200)
committerStefano Babic <sbabic@denx.de>
Thu, 13 Jul 2023 09:29:41 +0000 (11:29 +0200)
The XEA system (imx287 based) is not using support for EXTLINUX and VBE.
As those configuration options have been enabled by default with modern
Kconfig it is safe to explicitly disable them.

After that change the u-boot.img size has been reduced by ~16 KiB.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
configs/imx28_xea_defconfig

index c6c6a0324530db5e7c527ceddf9038f623421c3e..a174bdb9396aad39b52c4a1fb640239254300bfa 100644 (file)
@@ -29,6 +29,8 @@ CONFIG_SYS_LOAD_ADDR=0x42000000
 CONFIG_SPL_PAYLOAD="u-boot.img"
 CONFIG_FIT=y
 CONFIG_TIMESTAMP=y
+# CONFIG_BOOTMETH_EXTLINUX is not set
+# CONFIG_BOOTMETH_VBE is not set
 CONFIG_OF_BOARD_SETUP=y
 CONFIG_USE_BOOTARGS=y
 CONFIG_BOOTARGS="console=ttyAMA0,115200n8"