diff options
author | Ye Li <ye.li@nxp.com> | 2016-03-15 22:16:54 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2016-03-25 16:29:35 +0800 |
commit | 9232e9f7637afa3b71b43ab2d1361582ec5a080a (patch) | |
tree | 92892d419584c615a4404ab7329cd9e405d0de4d /include | |
parent | 1704e116f9b39aeb99201919a18bc2b1e19a980e (diff) | |
download | u-boot-imx-9232e9f7637afa3b71b43ab2d1361582ec5a080a.zip u-boot-imx-9232e9f7637afa3b71b43ab2d1361582ec5a080a.tar.gz u-boot-imx-9232e9f7637afa3b71b43ab2d1361582ec5a080a.tar.bz2 |
MLK-12483-5 mx6ul: Enable module fuse check EVK board and DDR3 ARM2 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>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6ul_14x14_ddr3_arm2.h | 4 | ||||
-rw-r--r-- | include/configs/mx6ul_14x14_evk.h | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/include/configs/mx6ul_14x14_ddr3_arm2.h b/include/configs/mx6ul_14x14_ddr3_arm2.h index f0f680b..6a1be6e 100644 --- a/include/configs/mx6ul_14x14_ddr3_arm2.h +++ b/include/configs/mx6ul_14x14_ddr3_arm2.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Freescale Semiconductor, Inc. + * Copyright (C) 2015-2016 Freescale Semiconductor, Inc. * * Configuration settings for the Freescale i.MX6UL 14x14 DDR3 ARM2. * @@ -68,4 +68,6 @@ #define CONFIG_PHY_MICREL #endif +#define CONFIG_MODULE_FUSE +#define CONFIG_OF_SYSTEM_SETUP #endif diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h index 443de73..64a0aa5 100644 --- a/include/configs/mx6ul_14x14_evk.h +++ b/include/configs/mx6ul_14x14_evk.h @@ -363,6 +363,9 @@ #endif #endif +#define CONFIG_MODULE_FUSE +#define CONFIG_OF_SYSTEM_SETUP + #if defined(CONFIG_ANDROID_SUPPORT) #include "mx6ul_14x14_evk_android.h" #endif |