summaryrefslogtreecommitdiffstats
path: root/include/configs/omap3_overo.h
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2011-10-11 11:23:21 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-10-27 21:56:35 +0200
commit75b988a2e6fc4750ca734a777f4f1996ff835473 (patch)
treedb2e664fcb6295e9bf371bba0398ae5e8562eaab /include/configs/omap3_overo.h
parent28375eb6f6a34b0a4584a3c46c1879f8852f69a9 (diff)
downloadblackbird-obmc-uboot-75b988a2e6fc4750ca734a777f4f1996ff835473.tar.gz
blackbird-obmc-uboot-75b988a2e6fc4750ca734a777f4f1996ff835473.zip
OMAP3: overo : Use ttyO2 instead of ttyS2.
Starting with kernel 2.6.37, the serial ports on the OMAP3 are called ttyOX, not ttySX. Signed-off-by: Philip Balister <philip@opensdr.com> Tested-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'include/configs/omap3_overo.h')
-rw-r--r--include/configs/omap3_overo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h
index 2f3743ccce..6573235439 100644
--- a/include/configs/omap3_overo.h
+++ b/include/configs/omap3_overo.h
@@ -155,7 +155,7 @@
#define CONFIG_EXTRA_ENV_SETTINGS \
"loadaddr=0x82000000\0" \
- "console=ttyS2,115200n8\0" \
+ "console=ttyO2,115200n8\0" \
"mpurate=500\0" \
"vram=12M\0" \
"dvimode=1024x768MR-16@60\0" \
OpenPOWER on IntegriCloud