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

git version control git at git.openembedded.org
Sun Nov 21 07:12:27 UTC 2010


Module: openembedded.git
Branch: release-2010.12
Commit: 183b81247d488acab84bba666aed3b601bb9cdab
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=183b81247d488acab84bba666aed3b601bb9cdab

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