[PATCH 35/49] imx: imx8m: enlarge SPL MAX size
Peng Fan (OSS)
peng.fan at oss.nxp.com
Mon Jun 6 13:24:07 CEST 2022
From: Peng Fan <peng.fan at 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.fan at 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
More information about the U-Boot
mailing list