From: Alison Wang Date: Wed, 3 Dec 2014 07:00:45 +0000 (+0800) Subject: kconfig: ls1021a: add SUPPORT_SPL X-Git-Tag: v2015.01-rc4~29^2~21 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=50f0c6632527cbdc3c67f60a7f51ccba2564b567;p=u-boot kconfig: ls1021a: add SUPPORT_SPL Add SUPPORT_SPL feature for SD and NAND boot on LS1021AQDS and LS1021ATWR. Signed-off-by: Alison Wang Reviewed-by: York Sun --- 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"