summaryrefslogtreecommitdiff
path: root/include/configs/imx8mq_evk.h
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-07-20 23:12:36 -0500
committerJason Liu <jason.hui.liu@nxp.com>2017-11-03 02:37:03 +0800
commitd3863d0b0814d109c931cbbaf30d41e5379161d2 (patch)
treee01aa3a0718f62d95188b3a3e9abe68796cda125 /include/configs/imx8mq_evk.h
parente94f8177afab9ee6499d1588dd1f15ffed66e96a (diff)
MLK-16048 imx8mq_evk: Eliminate the SPL panic when mfg boot
By using mfg boot, SPL will give panic dump because it jump to RAW image when boot device is wrong. Enable CONFIG_SPL_ABORT_ON_RAW_IMAGE to eliminate the dump but give a error. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'include/configs/imx8mq_evk.h')
-rw-r--r--include/configs/imx8mq_evk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/imx8mq_evk.h b/include/configs/imx8mq_evk.h
index 19dc7020fd..c51a102a90 100644
--- a/include/configs/imx8mq_evk.h
+++ b/include/configs/imx8mq_evk.h
@@ -36,6 +36,8 @@
#define CONFIG_SYS_SPL_MALLOC_SIZE 0x2000 /* 8 KB */
#define CONFIG_SYS_ICACHE_OFF
#define CONFIG_SYS_DCACHE_OFF
+
+#define CONFIG_SPL_ABORT_ON_RAW_IMAGE /* For RAW image gives a error info not panic */
#endif
#define CONFIG_REMAKE_ELF