projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28a181f
)
omap4: ttyO2 instead of ttyS2 in default bootargs
author
Aneesh V
<aneesh@ti.com>
Mon, 21 Nov 2011 23:38:58 +0000
(23:38 +0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Tue, 6 Dec 2011 22:59:34 +0000
(23:59 +0100)
Set console=ttyO2 instead of ttyS2 in default bootargs
according to latest kernel config
Signed-off-by: Aneesh V <aneesh@ti.com>
include/configs/omap4_common.h
patch
|
blob
|
history
diff --git
a/include/configs/omap4_common.h
b/include/configs/omap4_common.h
index 42a8f10ade742bf0639d43d02310f73954a20308..a058700c62f671f6880e2decf8651f3d0c21f160 100644
(file)
--- a/
include/configs/omap4_common.h
+++ b/
include/configs/omap4_common.h
@@
-150,7
+150,7
@@
#define CONFIG_EXTRA_ENV_SETTINGS \
"loadaddr=0x82000000\0" \
- "console=tty
S
2,115200n8\0" \
+ "console=tty
O
2,115200n8\0" \
"usbtty=cdc_acm\0" \
"vram=16M\0" \
"mmcdev=0\0" \