summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2016-03-15 22:16:54 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 14:04:35 +0800
commit687b586bf7d3b0d2f796c8ea768e4fb450079adb (patch)
tree34f9d980a533a1d5e530e9f9022af18f11f88760 /include
parent2d3b5df8530cd5ef883750378838dea7c40259af (diff)
downloadu-boot-imx-687b586bf7d3b0d2f796c8ea768e4fb450079adb.zip
u-boot-imx-687b586bf7d3b0d2f796c8ea768e4fb450079adb.tar.gz
u-boot-imx-687b586bf7d3b0d2f796c8ea768e4fb450079adb.tar.bz2
MLK-12483-5 mx6ul: Enable module fuse check EVK board
Enable the configurations CONFIG_MODULE_FUSE and CONFIG_OF_SYSTEM_SETUP for module fuse check. And modify board level codes for SD, FEC and EIM. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 9232e9f7637afa3b71b43ab2d1361582ec5a080a)
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6ul_14x14_evk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h
index c9f11ae..1a2e3b4 100644
--- a/include/configs/mx6ul_14x14_evk.h
+++ b/include/configs/mx6ul_14x14_evk.h
@@ -236,4 +236,6 @@
#endif
#endif
+#define CONFIG_MODULE_FUSE
+#define CONFIG_OF_SYSTEM_SETUP
#endif