summaryrefslogtreecommitdiffstats
path: root/conf
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 /conf
parentdaa411646120c89e03766b98ad126c7320587829 (diff)
downloadmeta-ti-234970baee18b5bd4ee30c72f09e60a85b15719f.tar.gz
beagleboard: move console from ttyS2 to ttyO2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'conf')
-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 353d340e..bd2b8dd8 100644
--- a/conf/machine/beagleboard.conf
+++ b/conf/machine/beagleboard.conf
@@ -21,7 +21,7 @@ IMAGE_FSTYPES += "tar.bz2 ubi"
21EXTRA_IMAGECMD_jffs2 = "-lnp " 21EXTRA_IMAGECMD_jffs2 = "-lnp "
22 22
23# Guesswork 23# Guesswork
24SERIAL_CONSOLE = "115200 ttyS2" 24SERIAL_CONSOLE = "115200 ttyO2"
25 25
26UBOOT_MACHINE = "omap3_beagle_config" 26UBOOT_MACHINE = "omap3_beagle_config"
27 27