summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@dowhile0.org>2012-06-29 02:45:40 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-09-01 14:58:10 +0200
commite5e73c17db63dc269e45fe0bb3a39159ac17632b (patch)
treebd41be135df30d58123776d4628ec2331c3c4a64 /include
parent63777665169971ee2d8a69b8ebfbc71f6acf2924 (diff)
downloadtalos-obmc-uboot-e5e73c17db63dc269e45fe0bb3a39159ac17632b.tar.gz
talos-obmc-uboot-e5e73c17db63dc269e45fe0bb3a39159ac17632b.zip
igep00x0: default to OMAP-specific serial driver
An OMAP specific serial driver was merged on the Linux kenel a long time ago. So, it makes sense to default the console name to OMAP ttyO instead of the generic ttyS naming. Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org> Acked-by: Enric Balletbo i Serra <eballetbo@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/igep00x0.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/igep00x0.h b/include/configs/igep00x0.h
index 88e2e3a1d5..62b4afc7b8 100644
--- a/include/configs/igep00x0.h
+++ b/include/configs/igep00x0.h
@@ -135,7 +135,7 @@
"usbtty=cdc_acm\0" \
"loadaddr=0x82000000\0" \
"usbtty=cdc_acm\0" \
- "console=ttyS2,115200n8\0" \
+ "console=ttyO2,115200n8\0" \
"mpurate=auto\0" \
"vram=12M\0" \
"dvimode=1024x768MR-16@60\0" \
OpenPOWER on IntegriCloud