summaryrefslogtreecommitdiff
path: root/include/configs/imx8mq_evk.h
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2018-11-05 18:49:28 -0800
committerYe Li <ye.li@nxp.com>2018-11-05 19:09:11 -0800
commit0442e985133f546c745f501e3339786a0fb04f6b (patch)
tree74f41832c4a6516fa4523f1efb0f09f8d1737987 /include/configs/imx8mq_evk.h
parent9a19c93566c7b5597d2a4e0d489bf11afb667115 (diff)
MLK-20243 imx8mq_evk: Enlarge SPL max size to 148KB
When using gcc 4.9 to build SPL, the image size is beyond current limitation 128KB. This gcc version is used in android tool chain. So enlarge the SPL max size to 148KB. This value is also aligned with other imx8mq/mm boards settings. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include/configs/imx8mq_evk.h')
-rw-r--r--include/configs/imx8mq_evk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/imx8mq_evk.h b/include/configs/imx8mq_evk.h
index aa2669466d..b59aec5b37 100644
--- a/include/configs/imx8mq_evk.h
+++ b/include/configs/imx8mq_evk.h
@@ -16,7 +16,7 @@
#endif
#define CONFIG_SPL_TEXT_BASE 0x7E1000
-#define CONFIG_SPL_MAX_SIZE (124 * 1024)
+#define CONFIG_SPL_MAX_SIZE (148 * 1024)
#define CONFIG_SYS_MONITOR_LEN (512 * 1024)
#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR
#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x300