summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorBreno Lima <breno.lima@nxp.com>2016-12-01 16:37:37 -0200
committerStefano Babic <sbabic@denx.de>2016-12-16 10:20:10 +0100
commit4a056c4504d078356fa3afcaed963d31d5e901c7 (patch)
tree52c3f79efc16a9373a8289944d91bad952f1a03a /arch
parentc94981efa20cc5861caad6a53e589121bf978fb1 (diff)
downloadu-boot-imx-4a056c4504d078356fa3afcaed963d31d5e901c7.zip
u-boot-imx-4a056c4504d078356fa3afcaed963d31d5e901c7.tar.gz
u-boot-imx-4a056c4504d078356fa3afcaed963d31d5e901c7.tar.bz2
udoo_neo: Move MX6SX configuration to Kconfig
It's not necessary to define the processor in the defconfig file. The preferred method to select the SoC is via Kconfig file. Signed-off-by: Breno Lima <breno.lima@nxp.com> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/cpu/armv7/mx6/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig
index 5a8c7bf..cca8a87 100644
--- a/arch/arm/cpu/armv7/mx6/Kconfig
+++ b/arch/arm/cpu/armv7/mx6/Kconfig
@@ -217,6 +217,7 @@ config TARGET_UDOO
config TARGET_UDOO_NEO
bool "UDOO Neo"
select SUPPORT_SPL
+ select MX6SX
config TARGET_SAMTEC_VINING_2000
bool "samtec VIN|ING 2000"