All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] kconfig: ls102xa: Change the prompt messages
@ 2014-12-03  8:18 Alison Wang
  2014-12-11 19:29 ` York Sun
  0 siblings, 1 reply; 2+ messages in thread
From: Alison Wang @ 2014-12-03  8:18 UTC (permalink / raw)
  To: u-boot

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>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] kconfig: ls102xa: Change the prompt messages
  2014-12-03  8:18 [U-Boot] [PATCH] kconfig: ls102xa: Change the prompt messages Alison Wang
@ 2014-12-11 19:29 ` York Sun
  0 siblings, 0 replies; 2+ messages in thread
From: York Sun @ 2014-12-11 19:29 UTC (permalink / raw)
  To: u-boot

On 12/03/2014 12:18 AM, Alison Wang wrote:
> 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>
> ---

Applied to u-boot-fsl-qoriq master, awaiting upstream.

York

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-12-11 19:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-03  8:18 [U-Boot] [PATCH] kconfig: ls102xa: Change the prompt messages Alison Wang
2014-12-11 19:29 ` York Sun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.