diff options
author | Peng Fan <van.freenix@gmail.com> | 2016-03-03 15:56:01 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-03-26 14:16:12 +0100 |
commit | 9131c18cfa23c1eae8d77b6fcfa2f5e16698d949 (patch) | |
tree | 1d437209d604e7b775d89e5a206ad63abde07c52 /arch/arm/cpu/armv7 | |
parent | a7f480d92df8a7e525a4b619b09f40f73222647f (diff) | |
download | u-boot-imx-9131c18cfa23c1eae8d77b6fcfa2f5e16698d949.zip u-boot-imx-9131c18cfa23c1eae8d77b6fcfa2f5e16698d949.tar.gz u-boot-imx-9131c18cfa23c1eae8d77b6fcfa2f5e16698d949.tar.bz2 |
imx: mx6sx: move MX6SX to Kconfig entry
If including MX6SX in CONFIG_SYS_EXTRA_OPTIONS, CONFIG_ROM_UNIFIED_SECTIONS
will not effect.So move MX6SX to Kconfig entry from CONFIG_SYS_EXTRA_OPTIONS to
"select MX6SX" to boards using i.MX6 SoloX.
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/armv7')
-rw-r--r-- | arch/arm/cpu/armv7/mx6/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig index 31b1175..1bcd399 100644 --- a/arch/arm/cpu/armv7/mx6/Kconfig +++ b/arch/arm/cpu/armv7/mx6/Kconfig @@ -104,12 +104,14 @@ config TARGET_MX6SLEVK config TARGET_MX6SXSABRESD bool "mx6sxsabresd" + select MX6SX select SUPPORT_SPL select DM select DM_THERMAL config TARGET_MX6SXSABREAUTO bool "mx6sxsabreauto" + select MX6SX select DM select DM_THERMAL |