mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
configs: disable SPL_BOOTZ to preserve spl size
In the existing behaviour, CMD_BOOTZ is not enabled by default which means zimage.o is not compiled in the SPL in falcon mode unless explicitly enabled. This changes now as SPL_BOOTZ is default y for falcon users which leads to larger SPL size with zimage.o being present. This patch modifies the defconfigs that used falcon mode but don't require zimage support. Signed-off-by: Anshul Dalal <anshuld@ti.com>
This commit is contained in:
@@ -132,3 +132,4 @@ CONFIG_DM_SPI=y
|
||||
CONFIG_MXS_SPI=y
|
||||
CONFIG_SPL_CRC8=y
|
||||
# CONFIG_SPL_OF_LIBFDT is not set
|
||||
# CONFIG_SPL_BOOTZ is not set
|
||||
|
||||
@@ -74,3 +74,4 @@ CONFIG_PINCTRL_IMX6=y
|
||||
CONFIG_DM_SERIAL=y
|
||||
CONFIG_MXC_UART=y
|
||||
CONFIG_IMX_THERMAL=y
|
||||
# CONFIG_SPL_BOOTZ is not set
|
||||
|
||||
@@ -102,3 +102,4 @@ CONFIG_SPLASH_SCREEN=y
|
||||
CONFIG_SPLASH_SCREEN_ALIGN=y
|
||||
CONFIG_BMP_16BPP=y
|
||||
CONFIG_IMX_WATCHDOG=y
|
||||
# CONFIG_SPL_BOOTZ is not set
|
||||
|
||||
@@ -71,3 +71,4 @@ CONFIG_PINCTRL=y
|
||||
CONFIG_PINCTRL_IMX6=y
|
||||
CONFIG_DM_SERIAL=y
|
||||
CONFIG_MXC_UART=y
|
||||
# CONFIG_SPL_BOOTZ is not set
|
||||
|
||||
Reference in New Issue
Block a user