projects
/
platform
/
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:
e1149a6
)
Devkit8000: Change console from ttyS2 to ttyO2
author
Thomas Weber
<weber@corscience.de>
Sun, 18 Sep 2011 22:43:58 +0000
(22:43 +0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Fri, 30 Sep 2011 20:00:56 +0000
(22:00 +0200)
The omap serial names have changed from ttySx to ttyOx,
so the console should be also changed to support this.
Signed-off-by: Thomas Weber <weber@corscience.de>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
include/configs/devkit8000.h
patch
|
blob
|
history
diff --git
a/include/configs/devkit8000.h
b/include/configs/devkit8000.h
index
1d49b86
..
fbcbdb3
100644
(file)
--- a/
include/configs/devkit8000.h
+++ b/
include/configs/devkit8000.h
@@
-181,7
+181,7
@@
#define CONFIG_EXTRA_ENV_SETTINGS \
"loadaddr=0x82000000\0" \
- "console=tty
S
2,115200n8\0" \
+ "console=tty
O
2,115200n8\0" \
"mmcdev=0\0" \
"vram=12M\0" \
"dvimode=1024x768MR-16@60\0" \