]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
udoo_neo: Move MX6SX configuration to Kconfig
authorBreno Lima <breno.lima@nxp.com>
Thu, 1 Dec 2016 18:37:37 +0000 (16:37 -0200)
committerStefano Babic <sbabic@denx.de>
Fri, 16 Dec 2016 09:20:10 +0000 (10:20 +0100)
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>
arch/arm/cpu/armv7/mx6/Kconfig
configs/udoo_neo_defconfig

index 5a8c7bf484db6d5f1045bee2c534a994cd007fed..cca8a8755c374a6d5c63298a7af6df232282380b 100644 (file)
@@ -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"
index 3304afb33c2d05ef0de83ac64e7713f8d3a79fbb..f88820c232a79d10d1f5cd538cfa8b21bb91ee60 100644 (file)
@@ -11,7 +11,7 @@ CONFIG_SPL_SERIAL_SUPPORT=y
 CONFIG_SPL_ENV_SUPPORT=y
 CONFIG_SPL_WATCHDOG_SUPPORT=y
 CONFIG_SPL=y
-CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,MX6SX"
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg"
 CONFIG_HUSH_PARSER=y
 CONFIG_CMD_BOOTZ=y
 # CONFIG_CMD_IMLS is not set