diff options
author | Ye Li <ye.li@nxp.com> | 2016-03-15 11:05:06 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2016-03-25 15:20:27 +0800 |
commit | 72c35e80b86f7f75a52db45959793882bb730793 (patch) | |
tree | 9b1b0a7f510f9894ead476d1d19880aca6122b96 /arch | |
parent | 72702903ed044b6cc5cce670e7389530c30301bd (diff) | |
download | u-boot-imx-72c35e80b86f7f75a52db45959793882bb730793.zip u-boot-imx-72c35e80b86f7f75a52db45959793882bb730793.tar.gz u-boot-imx-72c35e80b86f7f75a52db45959793882bb730793.tar.bz2 |
MLK-12493-1 Add support for various boot device
Add support for various boot devices like NAND, QSPINOR, SPINOR,
eMMC, EIMNOR, SATA.
Modify board level files to support the feature and add corresponding defconfig files
Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/cpu/armv7/mx6/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig index ed90337..9a308d8 100644 --- a/arch/arm/cpu/armv7/mx6/Kconfig +++ b/arch/arm/cpu/armv7/mx6/Kconfig @@ -74,6 +74,8 @@ config TARGET_MX6CUBOXI config TARGET_MX6QARM2 bool "mx6qarm2" + select DM + select DM_THERMAL config TARGET_MX6QSABREAUTO bool "mx6qsabreauto" @@ -89,6 +91,8 @@ config TARGET_MX6SABRESD config TARGET_MX6SLEVK bool "mx6slevk" select SUPPORT_SPL + select DM + select DM_THERMAL config TARGET_MX6SXSABRESD bool "mx6sxsabresd" |