projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a55d23c
)
am3517evm: change console device from ttyS2 to ttyO2
author
Yegor Yefremov
<yegorslists@googlemail.com>
Mon, 18 Jul 2011 08:37:35 +0000
(10:37 +0200)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Mon, 18 Jul 2011 10:35:52 +0000
(12:35 +0200)
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>
Acked-by: Vaibhav Hiremath<hvaibhav@ti.com>
include/configs/am3517_evm.h
patch
|
blob
|
history
diff --git
a/include/configs/am3517_evm.h
b/include/configs/am3517_evm.h
index 80ad342ce8f4fb2563f962be991ceb11c5e33374..18aaadfb79ffde5b5bf37384043d7946990d5cb7 100644
(file)
--- 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=tty
S
2,115200n8\0" \
+ "console=tty
O
2,115200n8\0" \
"mmcargs=setenv bootargs console=${console} " \
"root=/dev/mmcblk0p2 rw " \
"rootfstype=ext3 rootwait\0" \