diff options
author | Koen Kooi <koen@openembedded.org> | 2008-03-20 13:05:12 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-03-20 13:05:12 +0000 |
commit | 3fc7a615e464a65888fa2491e7eddab32d8bf1de (patch) | |
tree | 1f0bba82715df394ed61fa682d954d46325c1e21 /conf/machine | |
parent | ce09099588da37235a4652f4014794b4bde51188 (diff) |
beagleboard: serial console is on ttyS2
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/beagleboard.conf | 2 |
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" |