]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
kconfig: ls102xa: Change the prompt messages
authorAlison Wang <b18965@freescale.com>
Wed, 3 Dec 2014 08:18:09 +0000 (16:18 +0800)
committerYork Sun <yorksun@freescale.com>
Thu, 11 Dec 2014 17:42:41 +0000 (09:42 -0800)
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>
arch/arm/Kconfig

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