aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-03-20 13:05:12 +0000
committerKoen Kooi <koen@openembedded.org>2008-03-20 13:05:12 +0000
commit3fc7a615e464a65888fa2491e7eddab32d8bf1de (patch)
tree1f0bba82715df394ed61fa682d954d46325c1e21 /conf
parentce09099588da37235a4652f4014794b4bde51188 (diff)
downloadopenembedded-3fc7a615e464a65888fa2491e7eddab32d8bf1de.tar.gz
beagleboard: serial console is on ttyS2
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 a8e4d6cca8..76c27b153e 100644
--- a/conf/machine/beagleboard.conf
+++ b/conf/machine/beagleboard.conf
@@ -19,7 +19,7 @@ include conf/machine/include/tune-arm1136jf-s.inc
IMAGE_FSTYPES ?= "tar.bz2"
# Guesswork
-SERIAL_CONSOLE = "115200 ttyS0"
+SERIAL_CONSOLE = "115200 ttyS2"
# No kernel recipe yet
PREFERRED_PROVIDER_virtual/kernel = "linux-beagleboard"