summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorAlison Wang <b18965@freescale.com>2014-12-03 15:00:45 +0800
committerYork Sun <yorksun@freescale.com>2014-12-11 09:38:51 -0800
commit50f0c6632527cbdc3c67f60a7f51ccba2564b567 (patch)
tree2f35acf7c800b47162d9d20178d9b8b64e1039e4 /arch/arm/Kconfig
parent14d54dec1ba55d1b12c1fe17855d2ec5fd69734e (diff)
downloadtalos-obmc-uboot-50f0c6632527cbdc3c67f60a7f51ccba2564b567.tar.gz
talos-obmc-uboot-50f0c6632527cbdc3c67f60a7f51ccba2564b567.zip
kconfig: ls1021a: add SUPPORT_SPL
Add SUPPORT_SPL feature for SD and NAND boot on LS1021AQDS and LS1021ATWR. Signed-off-by: Alison Wang <alison.wang@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 7a64b665c6..11ae5f8b6c 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -730,10 +730,12 @@ config TARGET_LS2085A_SIMU
config TARGET_LS1021AQDS
bool "Support ls1021aqds_nor"
select CPU_V7
+ select SUPPORT_SPL
config TARGET_LS1021ATWR
bool "Support ls1021atwr_nor"
select CPU_V7
+ select SUPPORT_SPL
config TARGET_BALLOON3
bool "Support balloon3"
OpenPOWER on IntegriCloud