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:
Anshul Dalal
2025-11-03 11:52:05 -06:00
committed by Tom Rini
parent 823e453987
commit 1dde581e1a
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -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
+1
View File
@@ -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
+1
View File
@@ -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
+1
View File
@@ -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