summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorAlison Wang <b18965@freescale.com>2014-12-03 16:18:09 +0800
committerYork Sun <yorksun@freescale.com>2014-12-11 09:42:41 -0800
commit0de15707a71ec64dbc1ead2831457f1550179ea7 (patch)
tree274dc6ae84be4508cc2c3e3cccca64673bc0930b /arch/arm/Kconfig
parent1d421cc6773dd9090e8b9202a24038561a28e56c (diff)
downloadtalos-obmc-uboot-0de15707a71ec64dbc1ead2831457f1550179ea7.tar.gz
talos-obmc-uboot-0de15707a71ec64dbc1ead2831457f1550179ea7.zip
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 <alison.wang@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig4
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud