aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2010-11-18 17:36:47 +0000
committerGraeme Gregory <dp@xora.org.uk>2010-11-18 17:38:24 +0000
commit3a3e91b7cc95f696f3233b8df517042fb45eeff8 (patch)
tree836f1eb3132c373751597386922ce9f1286268ff /conf
parenta5f336891b59a44a078cec7d68dad84530185f78 (diff)
downloadopenembedded-3a3e91b7cc95f696f3233b8df517042fb45eeff8.tar.gz
omapzoom2/3.conf : update the serial port config
The update of the kernel enabled the omap serial driver so the console has moved port number as 8250 driver now only handls the two uarts on debug board.
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/omapzoom2.conf3
-rw-r--r--conf/machine/omapzoom36x.conf2
2 files changed, 2 insertions, 3 deletions
diff --git a/conf/machine/omapzoom2.conf b/conf/machine/omapzoom2.conf
index 02a01ceee9..4730ffa4f5 100644
--- a/conf/machine/omapzoom2.conf
+++ b/conf/machine/omapzoom2.conf
@@ -20,8 +20,7 @@ require conf/machine/include/omap3.inc
IMAGE_FSTYPES += "tar.bz2 jffs2"
EXTRA_IMAGECMD_jffs2 = "-lnp "
-# Guesswork
-SERIAL_CONSOLE = "115200 ttyS3"
+SERIAL_CONSOLE = "115200 ttyS1"
PREFERRED_PROVIDER_virtual/kernel = "linux-omap-zoomsync"
diff --git a/conf/machine/omapzoom36x.conf b/conf/machine/omapzoom36x.conf
index 4273e3b931..f51e0cb7c1 100644
--- a/conf/machine/omapzoom36x.conf
+++ b/conf/machine/omapzoom36x.conf
@@ -19,7 +19,7 @@ require conf/machine/include/omap3.inc
IMAGE_FSTYPES += "tar.bz2"
-SERIAL_CONSOLE = "115200 ttyS3"
+SERIAL_CONSOLE = "115200 ttyS1"
PREFERRED_PROVIDER_virtual/kernel = "linux-omap-zoomsync"