summaryrefslogtreecommitdiff
path: root/include/configs/mx7ulp_evk.h
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2016-12-23 12:01:06 +0800
committerYe Li <ye.li@nxp.com>2016-12-23 15:28:06 +0800
commitfdabb31ca9b7a5c3584664bbfd67aa33ec71075b (patch)
tree648e9608b19969bd57a95dd986f8351db31eb89b /include/configs/mx7ulp_evk.h
parent9396585ad4b1323b25d14999d8fffae3c4c78d5a (diff)
downloadu-boot-imx-imx_v2016.03_4.1.30_7ulp_alpha.zip
u-boot-imx-imx_v2016.03_4.1.30_7ulp_alpha.tar.gz
u-boot-imx-imx_v2016.03_4.1.30_7ulp_alpha.tar.bz2
MLK-13645 mx7ulp: Modify FDT file to disable SD3.0 for mfgtoolimx_v2016.03_4.1.30_7ulp_alpha
Since the SD3.0 kernel driver needs M4 image support, this causes problem to mfgtool. To decouple the relationship, we modify the FDT file in u-boot to disable SD3.0 when booting for mfgtool. So the kernel won't depend on M4 image. Signed-off-by: Ye Li <ye.li@nxp.com> Tested-by: Fugang Duan <fugang.duan@nxp.com> (cherry picked from commit 1826d6e4dc732521190c742f812193be95eea211)
Diffstat (limited to 'include/configs/mx7ulp_evk.h')
-rw-r--r--include/configs/mx7ulp_evk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx7ulp_evk.h b/include/configs/mx7ulp_evk.h
index 8371204..c8a1eff 100644
--- a/include/configs/mx7ulp_evk.h
+++ b/include/configs/mx7ulp_evk.h
@@ -292,4 +292,6 @@
#define CONFIG_QSPI_MEMMAP_BASE QSPI0_AMBA_BASE
#endif
+#define CONFIG_OF_SYSTEM_SETUP
+
#endif /* __CONFIG_H */