summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu
diff options
context:
space:
mode:
authorPeng Fan <van.freenix@gmail.com>2016-03-03 15:56:02 +0800
committerStefano Babic <sbabic@denx.de>2016-03-26 14:16:12 +0100
commit7abeec2234a81ba7880be6f0a6952dec3411bbe7 (patch)
tree323835f27aeb3dc607e8738ee7858ca70893780d /arch/arm/cpu
parent9131c18cfa23c1eae8d77b6fcfa2f5e16698d949 (diff)
downloadblackbird-obmc-uboot-7abeec2234a81ba7880be6f0a6952dec3411bbe7.tar.gz
blackbird-obmc-uboot-7abeec2234a81ba7880be6f0a6952dec3411bbe7.zip
imx: mx7d: move MX7D to Kconfig entry
If including MX7D in CONFIG_SYS_EXTRA_OPTIONS, CONFIG_ROM_UNIFIED_SECTIONS will not effect.So move MX7D to Kconfig entry from CONFIG_SYS_EXTRA_OPTIONS to "select MX7D" to boards using i.MX7 Dual. Signed-off-by: Peng Fan <van.freenix@gmail.com> Cc: Stefano Babic <sbabic@denx.de> Cc: Fabio Estevam <fabio.estevam@nxp.com> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'arch/arm/cpu')
-rw-r--r--arch/arm/cpu/armv7/mx7/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx7/Kconfig b/arch/arm/cpu/armv7/mx7/Kconfig
index 8e1ddcdaf1..ecfa4a2c35 100644
--- a/arch/arm/cpu/armv7/mx7/Kconfig
+++ b/arch/arm/cpu/armv7/mx7/Kconfig
@@ -15,6 +15,7 @@ choice
config TARGET_MX7DSABRESD
bool "mx7dsabresd"
+ select MX7D
select DM
select DM_THERMAL
OpenPOWER on IntegriCloud