summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-04-28 10:28:00 +0800
committerPeng Fan <Peng.Fan@freescale.com>2015-04-29 14:56:07 +0800
commit6b3769bb839089908940eccbf7c90439a3be5cfd (patch)
treef60bfd41a87fb746b585994ff21d5e4ff46fc20c /arch
parent2ebe0c77e3626c8d6de0e80060233a8507adcae0 (diff)
downloadu-boot-imx-6b3769bb839089908940eccbf7c90439a3be5cfd.zip
u-boot-imx-6b3769bb839089908940eccbf7c90439a3be5cfd.tar.gz
u-boot-imx-6b3769bb839089908940eccbf7c90439a3be5cfd.tar.bz2
MLK-10774-21 imx:imx6sxsabreauto add 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')
-rw-r--r--arch/arm/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 7ed0e20..032be86 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -532,6 +532,10 @@ config TARGET_MX6SXSABRESD
select CPU_V7
select SUPPORT_SPL
+config TARGET_MX6SXSABREAUTO
+ bool "Support mx6sxsabreauto"
+ select CPU_V7
+
config TARGET_GW_VENTANA
bool "Support gw_ventana"
select CPU_V7
@@ -825,6 +829,7 @@ source "board/freescale/mx6qsabreauto/Kconfig"
source "board/freescale/mx6sabresd/Kconfig"
source "board/freescale/mx6slevk/Kconfig"
source "board/freescale/mx6sxsabresd/Kconfig"
+source "board/freescale/mx6sxsabreauto/Kconfig"
source "board/freescale/vf610twr/Kconfig"
source "board/gateworks/gw_ventana/Kconfig"
source "board/genesi/mx51_efikamx/Kconfig"