From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alison Wang Date: Wed, 3 Dec 2014 16:18:09 +0800 Subject: [U-Boot] [PATCH] kconfig: ls102xa: Change the prompt messages Message-ID: <1417594689-1368-1-git-send-email-b18965@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 --- arch/arm/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 1f00e93..edc8ae2 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 -- 2.1.0.27.g96db324