diff options
author | Alison Wang <b18965@freescale.com> | 2014-12-03 15:00:45 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-12-11 09:38:51 -0800 |
commit | 50f0c6632527cbdc3c67f60a7f51ccba2564b567 (patch) | |
tree | 2f35acf7c800b47162d9d20178d9b8b64e1039e4 /arch | |
parent | 14d54dec1ba55d1b12c1fe17855d2ec5fd69734e (diff) | |
download | u-boot-50f0c6632527cbdc3c67f60a7f51ccba2564b567.zip u-boot-50f0c6632527cbdc3c67f60a7f51ccba2564b567.tar.gz u-boot-50f0c6632527cbdc3c67f60a7f51ccba2564b567.tar.bz2 |
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')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 7a64b66..11ae5f8 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" |