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:44:56 -0500
commit967e2d49091a56eda2ca8403fa966087fc9e5263 (patch)
treeb9b353b81e330a8997c9a7a0879760ac146e0bb8 /arch
parentd65a4589d0bf8736543058a2898f0264d74ebb1c (diff)
downloadu-boot-imx-967e2d49091a56eda2ca8403fa966087fc9e5263.zip
u-boot-imx-967e2d49091a56eda2ca8403fa966087fc9e5263.tar.gz
u-boot-imx-967e2d49091a56eda2ca8403fa966087fc9e5263.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 1b6dfe7..c62a072 100644
--- a/arch/arm/cpu/armv7/mx6/Kconfig
+++ b/arch/arm/cpu/armv7/mx6/Kconfig
@@ -216,6 +216,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
@@ -253,5 +259,6 @@ source "board/udoo/Kconfig"
source "board/wandboard/Kconfig"
source "board/warp/Kconfig"
source "board/freescale/mx6dqscm/Kconfig"
+source "board/freescale/mx6sxscm/Kconfig"
endif