aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-05-27 10:03:51 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-05-27 10:03:51 +0200
commit234970baee18b5bd4ee30c72f09e60a85b15719f (patch)
treedafa8d63c88c72d5124bcbe987723d744bf642ce
parentdaa411646120c89e03766b98ad126c7320587829 (diff)
downloadopenembedded-core-contrib-234970baee18b5bd4ee30c72f09e60a85b15719f.tar.gz
beagleboard: move console from ttyS2 to ttyO2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--conf/machine/beagleboard.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf
index 353d340e57..bd2b8dd81c 100644
--- a/conf/machine/beagleboard.conf
+++ b/conf/machine/beagleboard.conf
@@ -21,7 +21,7 @@ IMAGE_FSTYPES += "tar.bz2 ubi"
EXTRA_IMAGECMD_jffs2 = "-lnp "
# Guesswork
-SERIAL_CONSOLE = "115200 ttyS2"
+SERIAL_CONSOLE = "115200 ttyO2"
UBOOT_MACHINE = "omap3_beagle_config"