summaryrefslogtreecommitdiffstats
path: root/include/configs/omap3_zoom1.h
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2014-04-08 09:50:57 -0500
committerTom Rini <trini@ti.com>2014-04-17 17:24:40 -0400
commitea467c73ed7c0ecc663546cba6d3993c90558e29 (patch)
treec9974148515742947682d6346526c7f24b87d6ef /include/configs/omap3_zoom1.h
parentc2e7c7b2d9c2ca9e087ab79d7da15f115ed7ed7f (diff)
downloadtalos-obmc-uboot-ea467c73ed7c0ecc663546cba6d3993c90558e29.tar.gz
talos-obmc-uboot-ea467c73ed7c0ecc663546cba6d3993c90558e29.zip
omap3: zoom1: fix default console
We do not use ttyS2 anymore in Linux, it changed to ttyO2 a few years back. never too late to update. Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'include/configs/omap3_zoom1.h')
-rw-r--r--include/configs/omap3_zoom1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1.h
index 477fb102d0..4f933d9d7e 100644
--- a/include/configs/omap3_zoom1.h
+++ b/include/configs/omap3_zoom1.h
@@ -162,7 +162,7 @@
"bootdir=/\0" \
"bootpart=0:1\0" \
"usbtty=cdc_acm\0" \
- "console=ttyS2,115200n8\0" \
+ "console=ttyO2,115200n8\0" \
"mmcdev=0\0" \
"videomode=1024x768@60,vxres=1024,vyres=768\0" \
"videospec=omapfb:vram:2M,vram:4M\0" \
OpenPOWER on IntegriCloud