omapzoom2/3.conf : update the serial port config
authorGraeme Gregory <dp@xora.org.uk>
Thu, 18 Nov 2010 17:36:47 +0000 (17:36 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Thu, 18 Nov 2010 17:38:24 +0000 (17:38 +0000)
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
conf/machine/omapzoom36x.conf

index 02a01ce..4730ffa 100644 (file)
@@ -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"
 
index 4273e3b..f51e0cb 100644 (file)
@@ -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"