diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-08-19 15:48:58 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-09-02 15:34:13 +0200 |
commit | d5b2112e75fd2aea20e8150d912371d9f19a231c (patch) | |
tree | 7eb9761f678e2b6c0010e099c7ea9a48d299330e /arch/arm | |
parent | f3e9bec865719806642803c17ca8af6b4808d371 (diff) | |
download | u-boot-imx-d5b2112e75fd2aea20e8150d912371d9f19a231c.zip u-boot-imx-d5b2112e75fd2aea20e8150d912371d9f19a231c.tar.gz u-boot-imx-d5b2112e75fd2aea20e8150d912371d9f19a231c.tar.bz2 |
imx: mx6ul_14x14_evk select MX6UL
There is no need to expose SoC choice to user, we already got
the SoC according to the build target. So default "select MX6UL"
for MX6UL_14x14_EVK target.
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/cpu/armv7/mx6/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig index 2277fe4..77fad04 100644 --- a/arch/arm/cpu/armv7/mx6/Kconfig +++ b/arch/arm/cpu/armv7/mx6/Kconfig @@ -102,6 +102,7 @@ config TARGET_MX6SXSABRESD config TARGET_MX6UL_14X14_EVK bool "mx6ul_14x14_evk" + select MX6UL select CPU_V7 select DM select DM_THERMAL |