public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mxs: Linux uses ttyAMA0 as DUART
@ 2013-01-11 23:29 Marek Vasut
  2013-01-12 13:24 ` Otavio Salvador
  2013-01-21 11:10 ` Stefano Babic
  0 siblings, 2 replies; 5+ messages in thread
From: Marek Vasut @ 2013-01-11 23:29 UTC (permalink / raw)
  To: u-boot

Replace use of ttyAM0 with ttyAMA0 as default serial console.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
---
 include/configs/m28evk.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h
index 6887171..d34e970 100644
--- a/include/configs/m28evk.h
+++ b/include/configs/m28evk.h
@@ -274,7 +274,7 @@
 #define	CONFIG_SETUP_MEMORY_TAGS
 #define	CONFIG_BOOTDELAY	3
 #define	CONFIG_BOOTFILE		"uImage"
-#define	CONFIG_BOOTARGS		"console=ttyAM0,115200n8 "
+#define	CONFIG_BOOTARGS		"console=ttyAMA0,115200n8 "
 #define	CONFIG_BOOTCOMMAND	"run bootcmd_net"
 #define	CONFIG_LOADADDR		0x42000000
 #define	CONFIG_SYS_LOAD_ADDR	CONFIG_LOADADDR
-- 
1.7.10.4

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

end of thread, other threads:[~2013-01-21 11:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-11 23:29 [U-Boot] [PATCH] mxs: Linux uses ttyAMA0 as DUART Marek Vasut
2013-01-12 13:24 ` Otavio Salvador
2013-01-12 16:14   ` Marek Vasut
2013-01-12 16:21     ` Otavio Salvador
2013-01-21 11:10 ` Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox