summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJuan Gutierrez <juan.gutierrez@nxp.com>2016-09-27 18:25:07 -0500
committerJuan Gutierrez <juan.gutierrez@nxp.com>2016-10-26 16:15:30 -0500
commit9ded38d6fe2fd806759e04be52242280287af845 (patch)
tree54857f00661c8c3f6b2323ef6c0a27b9ef98cc3b /arch
parent38bd0d6428f3059f616c4da3ce40722ae664f8b5 (diff)
downloadu-boot-imx-9ded38d6fe2fd806759e04be52242280287af845.zip
u-boot-imx-9ded38d6fe2fd806759e04be52242280287af845.tar.gz
u-boot-imx-9ded38d6fe2fd806759e04be52242280287af845.tar.bz2
MLK-13289 imx: mx6sxscm: generic mx6sxscm board support
Provide the generic support for i.MX6SX SCM boards i.MX6SX SCM board file with the generic configuration, LPDDR2 memory calibration and build support is provided. - LPDDR2 memory configuration files for 1GB and 512MB. - plugin support for the above configurations. - driver support for: uart, qspi, i2c, usb, mmc. Signed-off-by: Juan Gutierrez <juan.gutierrez@nxp.com> Signed-off-by: Alejandro Sierra <alejandro.sierra@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/cpu/armv7/mx6/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig
index 09a26c9..d9f2697 100644
--- a/arch/arm/cpu/armv7/mx6/Kconfig
+++ b/arch/arm/cpu/armv7/mx6/Kconfig
@@ -232,6 +232,12 @@ config TARGET_MX6DQSCM
select DM
select DM_THERMAL
+config TARGET_MX6SXSCM
+ bool "mx6sxscm"
+ select MX6SX
+ select DM
+ select DM_THERMAL
+
endchoice
config SYS_SOC
@@ -271,5 +277,6 @@ source "board/udoo/Kconfig"
source "board/wandboard/Kconfig"
source "board/warp/Kconfig"
source "board/freescale/mx6dqscm/Kconfig"
+source "board/freescale/mx6sxscm/Kconfig"
endif