public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] am3517evm: change console device from ttyS2 to ttyO2
@ 2011-06-22  8:33 Yegor Yefremov
  2011-07-17 15:09 ` Albert ARIBAUD
  0 siblings, 1 reply; 5+ messages in thread
From: Yegor Yefremov @ 2011-06-22  8:33 UTC (permalink / raw)
  To: u-boot

the serial device names have been changed from ttySx to ttyOx, so the
console device name
should be also changed to support the latest kernel versions.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>

---
 include/configs/am3517_evm.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: b/include/configs/am3517_evm.h
===================================================================
--- a/include/configs/am3517_evm.h
+++ b/include/configs/am3517_evm.h
@@ -190,7 +190,7 @@

 #define CONFIG_EXTRA_ENV_SETTINGS \
        "loadaddr=0x82000000\0" \
-       "console=ttyS2,115200n8\0" \
+       "console=ttyO2,115200n8\0" \
        "mmcargs=setenv bootargs console=${console} " \
                "root=/dev/mmcblk0p2 rw " \
                "rootfstype=ext3 rootwait\0" \

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

end of thread, other threads:[~2011-07-18  8:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-22  8:33 [U-Boot] [PATCH] am3517evm: change console device from ttyS2 to ttyO2 Yegor Yefremov
2011-07-17 15:09 ` Albert ARIBAUD
2011-07-18  7:32   ` Yegor Yefremov
2011-07-18  7:50     ` Albert ARIBAUD
2011-07-18  8:49       ` Yegor Yefremov

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