summaryrefslogtreecommitdiffstats
path: root/include/configs/omap4_common.h
diff options
context:
space:
mode:
authorAneesh V <aneesh@ti.com>2011-11-21 23:38:58 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-12-06 23:59:34 +0100
commitd71a4916d6ed3a60c254d800b992fc039a04c762 (patch)
treeee46a1669d6b4d0840668c32fb82d8ba8745fcd9 /include/configs/omap4_common.h
parent28a181ff81826bfa53f42c9790cc7397ef9a2dc9 (diff)
downloadblackbird-obmc-uboot-d71a4916d6ed3a60c254d800b992fc039a04c762.tar.gz
blackbird-obmc-uboot-d71a4916d6ed3a60c254d800b992fc039a04c762.zip
omap4: ttyO2 instead of ttyS2 in default bootargs
Set console=ttyO2 instead of ttyS2 in default bootargs according to latest kernel config Signed-off-by: Aneesh V <aneesh@ti.com>
Diffstat (limited to 'include/configs/omap4_common.h')
-rw-r--r--include/configs/omap4_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h
index 42a8f10ade..a058700c62 100644
--- 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=ttyS2,115200n8\0" \
+ "console=ttyO2,115200n8\0" \
"usbtty=cdc_acm\0" \
"vram=16M\0" \
"mmcdev=0\0" \
OpenPOWER on IntegriCloud