mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: rpi: fix tty device name in bootargs-base
@ 2013-10-15 17:38 Andre Heider
  2013-10-16  7:53 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Andre Heider @ 2013-10-15 17:38 UTC (permalink / raw)
  To: barebox

Signed-off-by: Andre Heider <a.heider@gmail.com>
---
 arch/arm/boards/raspberry-pi/env/init/bootargs-base | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boards/raspberry-pi/env/init/bootargs-base b/arch/arm/boards/raspberry-pi/env/init/bootargs-base
index d869754..4dda550 100644
--- a/arch/arm/boards/raspberry-pi/env/init/bootargs-base
+++ b/arch/arm/boards/raspberry-pi/env/init/bootargs-base
@@ -5,4 +5,4 @@ if [ "$1" = menu ]; then
 	exit
 fi
 
-global.linux.bootargs.base="console=ttymxc0,115200"
+global.linux.bootargs.base="console=ttyAMA0,115200"
-- 
1.8.3.2


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2013-10-16  7:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-15 17:38 [PATCH] ARM: rpi: fix tty device name in bootargs-base Andre Heider
2013-10-16  7:53 ` Sascha Hauer

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