From 50f0c6632527cbdc3c67f60a7f51ccba2564b567 Mon Sep 17 00:00:00 2001 From: Alison Wang Date: Wed, 3 Dec 2014 15:00:45 +0800 Subject: 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 --- arch/arm/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/Kconfig') 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" -- cgit v1.2.1 From 0de15707a71ec64dbc1ead2831457f1550179ea7 Mon Sep 17 00:00:00 2001 From: Alison Wang Date: Wed, 3 Dec 2014 16:18:09 +0800 Subject: kconfig: ls102xa: Change the prompt messages As NOR/NAND/SD boot are all supported on LS1021AQDS/TWR boards, the prompt message "Support ls1021aqds_nor" in Kconfig is not clear. This patch changes it to "Support ls1021aqds". Signed-off-by: Alison Wang Reviewed-by: York Sun --- arch/arm/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/arm/Kconfig') diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 11ae5f8b6c..c026dec0ac 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -728,12 +728,12 @@ config TARGET_LS2085A_SIMU select ARM64 config TARGET_LS1021AQDS - bool "Support ls1021aqds_nor" + bool "Support ls1021aqds" select CPU_V7 select SUPPORT_SPL config TARGET_LS1021ATWR - bool "Support ls1021atwr_nor" + bool "Support ls1021atwr" select CPU_V7 select SUPPORT_SPL -- cgit v1.2.1