projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
939e722
)
omap3evm: env: Fix default console
author
Sanjeev Premi
<premi@ti.com>
Fri, 23 Sep 2011 05:25:28 +0000
(
05:25
+0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Fri, 30 Sep 2011 20:00:55 +0000
(22:00 +0200)
Change the default console from ttyS2 to ttyO0 to
match the Linux default for the EVM.
Signed-off-by: Sanjeev Premi <premi@ti.com>
Cc: Sandeep Paulraj <s-paulraj@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
include/configs/omap3_evm.h
patch
|
blob
|
history
diff --git
a/include/configs/omap3_evm.h
b/include/configs/omap3_evm.h
index
fdc861d
..
7af30c2
100644
(file)
--- a/
include/configs/omap3_evm.h
+++ b/
include/configs/omap3_evm.h
@@
-200,7
+200,7
@@
"loadaddr=0x82000000\0" \
"usbtty=cdc_acm\0" \
"mmcdev=0\0" \
- "console=tty
S2
,115200n8\0" \
+ "console=tty
O0
,115200n8\0" \
"mmcargs=setenv bootargs console=${console} " \
"root=/dev/mmcblk0p2 rw " \
"rootfstype=ext3 rootwait\0" \