]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
kconfig: ls1021a: add SUPPORT_SPL
authorAlison Wang <b18965@freescale.com>
Wed, 3 Dec 2014 07:00:45 +0000 (15:00 +0800)
committerYork Sun <yorksun@freescale.com>
Thu, 11 Dec 2014 17:38:51 +0000 (09:38 -0800)
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>
arch/arm/Kconfig

index 7a64b665c63c6aa2718d40a83cfdd93471989495..11ae5f8b6cb72491be298276564b49db0042e12a 100644 (file)
@@ -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"