[oe-commits] Graeme Gregory : omapzoom2/3.conf : got serial tty wrong, fixed this time

git version control git at git.openembedded.org
Fri Nov 19 16:10:22 UTC 2010


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

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Fri Nov 19 16:00:49 2010 +0000

omapzoom2/3.conf : got serial tty wrong, fixed this time

---

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

diff --git a/conf/machine/omapzoom2.conf b/conf/machine/omapzoom2.conf
index 4730ffa..8b6536b 100644
--- a/conf/machine/omapzoom2.conf
+++ b/conf/machine/omapzoom2.conf
@@ -20,7 +20,7 @@ require conf/machine/include/omap3.inc
 IMAGE_FSTYPES += "tar.bz2 jffs2"
 EXTRA_IMAGECMD_jffs2 = "-lnp "
 
-SERIAL_CONSOLE = "115200 ttyS1"
+SERIAL_CONSOLE = "115200 ttyS0"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-omap-zoomsync"
 
diff --git a/conf/machine/omapzoom36x.conf b/conf/machine/omapzoom36x.conf
index f51e0cb..0bd8535 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 ttyS1"
+SERIAL_CONSOLE = "115200 ttyS0"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-omap-zoomsync"
 





More information about the Openembedded-commits mailing list