From 3a3e91b7cc95f696f3233b8df517042fb45eeff8 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Thu, 18 Nov 2010 17:36:47 +0000 Subject: [PATCH] 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 02a01ceee9..4730ffa4f5 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 4273e3b931..f51e0cb7c1 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" -- 2.39.5