From: Peng Fan <peng....@nxp.com> Enlarge to 152KB to avoid imx8mm-cl-iot-gate-optee build when refactoring code to support i.MX93.
Signed-off-by: Peng Fan <peng....@nxp.com> --- include/configs/imx8m.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/imx8m.h b/include/configs/imx8m.h index 7a69493a3b9..e66a839f31c 100644 --- a/include/configs/imx8m.h +++ b/include/configs/imx8m.h @@ -10,7 +10,7 @@ #include <linux/stringify.h> #include <asm/arch/imx-regs.h> -#define CONFIG_SPL_MAX_SIZE (148 * 1024) +#define CONFIG_SPL_MAX_SIZE (152 * 1024) #define CONFIG_SYS_MONITOR_LEN SZ_512K #define CONFIG_SYS_UBOOT_BASE \ (QSPI0_AMBA_BASE + CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR * 512) -- 2.36.0