diff options
author | Ye Li <ye.li@nxp.com> | 2016-12-13 15:33:41 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 14:06:25 +0800 |
commit | 5fa7d431db1c5eda903f211a99c426d8d57293bd (patch) | |
tree | d7e17ae0359219308ebbb3d4655448963313e3c7 /include | |
parent | ff00dc24522677de858956ef5fea93f0f0abb5b8 (diff) | |
download | u-boot-imx-5fa7d431db1c5eda903f211a99c426d8d57293bd.zip u-boot-imx-5fa7d431db1c5eda903f211a99c426d8d57293bd.tar.gz u-boot-imx-5fa7d431db1c5eda903f211a99c426d8d57293bd.tar.bz2 |
MLK-13602-3 mx6ullevk/arm2: Enable module fuse checking for mx6ull boards
Enable the module disable fuse checking configurations, and ENET fuse checking during
ENET setup.
Signed-off-by: Ye Li <ye.li@nxp.com>
Tested-by: Bai Ping <ping.bai@nxp.com>
(cherry picked from commit d2192a3909be8ab9433082e7c04c917489b28e25)
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6ull_ddr3_arm2.h | 3 | ||||
-rw-r--r-- | include/configs/mx6ullevk.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/mx6ull_ddr3_arm2.h b/include/configs/mx6ull_ddr3_arm2.h index e4d8d93..b4d47a8 100644 --- a/include/configs/mx6ull_ddr3_arm2.h +++ b/include/configs/mx6ull_ddr3_arm2.h @@ -126,4 +126,7 @@ #define CONFIG_WAVEFORM_BUF_SIZE 0x400000 #endif +#define CONFIG_MODULE_FUSE +#define CONFIG_OF_SYSTEM_SETUP + #endif diff --git a/include/configs/mx6ullevk.h b/include/configs/mx6ullevk.h index 7d4c8f9..dd8106c 100644 --- a/include/configs/mx6ullevk.h +++ b/include/configs/mx6ullevk.h @@ -323,4 +323,7 @@ #define CONFIG_IMX_VIDEO_SKIP #endif +#define CONFIG_MODULE_FUSE +#define CONFIG_OF_SYSTEM_SETUP + #endif |