From: Graeme Gregory Date: Fri, 19 Nov 2010 16:00:49 +0000 (+0000) Subject: omapzoom2/3.conf : got serial tty wrong, fixed this time X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5df86c28238fc9d0b51d119b559e2255514173f;p=openembedded.git omapzoom2/3.conf : got serial tty wrong, fixed this time --- diff --git a/conf/machine/omapzoom2.conf b/conf/machine/omapzoom2.conf index 4730ffa4f5..8b6536beb5 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 f51e0cb7c1..0bd853573c 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"