From 687b586bf7d3b0d2f796c8ea768e4fb450079adb Mon Sep 17 00:00:00 2001 From: Ye Li Date: Tue, 15 Mar 2016 22:16:54 +0800 Subject: 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 (cherry picked from commit 9232e9f7637afa3b71b43ab2d1361582ec5a080a) --- include/configs/mx6ul_14x14_evk.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs') 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 -- cgit v1.1