[oe-commits] Graeme Gregory : omapzoom2/3.conf : update the serial port config

git version control git at git.openembedded.org
Thu Nov 18 17:45:35 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3a3e91b7cc95f696f3233b8df517042fb45eeff8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3a3e91b7cc95f696f3233b8df517042fb45eeff8

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Thu Nov 18 17:36:47 2010 +0000

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.

---

 conf/machine/omapzoom2.conf   |    3 +--
 conf/machine/omapzoom36x.conf |    2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/conf/machine/omapzoom2.conf b/conf/machine/omapzoom2.conf
index 02a01ce..4730ffa 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 4273e3b..f51e0cb 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"
 





More information about the Openembedded-commits mailing list