summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-04-28 14:43:11 +0800
committerPeng Fan <Peng.Fan@freescale.com>2015-04-29 14:56:08 +0800
commitc911d6ce1aba5ac669c4c0cfa86e4f9e83a37ba9 (patch)
tree06691a515d3b76c66dccf91e2b58e260967ae83a /arch/arm
parent6b3769bb839089908940eccbf7c90439a3be5cfd (diff)
downloadu-boot-imx-c911d6ce1aba5ac669c4c0cfa86e4f9e83a37ba9.zip
u-boot-imx-c911d6ce1aba5ac669c4c0cfa86e4f9e83a37ba9.tar.gz
u-boot-imx-c911d6ce1aba5ac669c4c0cfa86e4f9e83a37ba9.tar.bz2
MLK-10774-22 imx:mx6sx_arm2 add mx6sx arm2 bsp
Add bsp and configuration file Signed-off-by: Ye.Li <B37916@freescale.com> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 032be86..6fe5eee 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -536,6 +536,14 @@ config TARGET_MX6SXSABREAUTO
bool "Support mx6sxsabreauto"
select CPU_V7
+config TARGET_MX6SX_17X17_ARM2
+ bool "Support mx6sx_17x17_arm2"
+ select CPU_V7
+
+config TARGET_MX6SX_19X19_ARM2
+ bool "Support mx6sx_19x19_arm2"
+ select CPU_V7
+
config TARGET_GW_VENTANA
bool "Support gw_ventana"
select CPU_V7
@@ -830,6 +838,8 @@ source "board/freescale/mx6sabresd/Kconfig"
source "board/freescale/mx6slevk/Kconfig"
source "board/freescale/mx6sxsabresd/Kconfig"
source "board/freescale/mx6sxsabreauto/Kconfig"
+source "board/freescale/mx6sx_17x17_arm2/Kconfig"
+source "board/freescale/mx6sx_19x19_arm2/Kconfig"
source "board/freescale/vf610twr/Kconfig"
source "board/gateworks/gw_ventana/Kconfig"
source "board/genesi/mx51_efikamx/Kconfig"