summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJi Luo <ji.luo@nxp.com>2018-07-24 12:08:28 +0800
committerNeal Ostrem <nealo@google.com>2018-07-30 21:02:12 +0000
commit397780f6824b912a64fb04a47c772d9fa56c7970 (patch)
treed1509907100a8e94317f5009264d96bf71c73561
parentdaa3cdc6c417798a5051d271f19482b0350c6024 (diff)
downloaduboot-imx-397780f6824b912a64fb04a47c772d9fa56c7970.tar.gz
[iot] Enlarge spl max size
124KB spl max size is not enough anymore, enlarge the max size to 172KB. Test: build and boot ok on Enterprise. Change-Id: I4569430b1be88cacbf86026fc1741f1e7cb03d90 Signed-off-by: Ji Luo <ji.luo@nxp.com>
-rw-r--r--include/configs/imx8mq_evk_androidthings.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/imx8mq_evk_androidthings.h b/include/configs/imx8mq_evk_androidthings.h
index 7f3242e8fc..35d09f03e2 100644
--- a/include/configs/imx8mq_evk_androidthings.h
+++ b/include/configs/imx8mq_evk_androidthings.h
@@ -76,4 +76,10 @@
#endif
+/* Enlarge the spl max size to 172k */
+#ifdef CONFIG_SPL_MAX_SIZE
+#undef CONFIG_SPL_MAX_SIZE
+#define CONFIG_SPL_MAX_SIZE 176128
+#endif
+
#endif /* IMX8MQ_EVK_ANDROID_THINGS_H */