diff options
author | Peng Fan <peng.fan@nxp.com> | 2016-03-04 14:19:45 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2016-03-25 15:05:01 +0800 |
commit | 4789f07a80fe3589316325b7c9a085503c778ca3 (patch) | |
tree | abae4787f2e0c4471df0be6012852e8435879a03 /arch | |
parent | 64ac5fefb62aa4324e0ac02f25b5f3a4b2ca060a (diff) | |
download | u-boot-imx-4789f07a80fe3589316325b7c9a085503c778ca3.zip u-boot-imx-4789f07a80fe3589316325b7c9a085503c778ca3.tar.gz u-boot-imx-4789f07a80fe3589316325b7c9a085503c778ca3.tar.bz2 |
MLK-12564-2 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 <peng.fan@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/cpu/armv7/mx7/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx7/Kconfig b/arch/arm/cpu/armv7/mx7/Kconfig index 97d6238..aa3ace8 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 |