summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine
diff options
context:
space:
mode:
authorJoshua Lock <josh@openedhand.com>2008-07-31 10:51:52 +0000
committerJoshua Lock <josh@openedhand.com>2008-07-31 10:51:52 +0000
commit6239bc4fe46959330dffa7f4782e45637b4d6e37 (patch)
tree6ef20f170c477b0656ac2fbb4d9899cf2d9adfcc /meta/conf/machine
parent49521c24be5955a4828420855c5a70e144767f67 (diff)
downloadpoky-6239bc4fe46959330dffa7f4782e45637b4d6e37.tar.gz
Use the correct tty for Nokia800 machines.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4987 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine')
-rw-r--r--meta/conf/machine/nokia800.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/nokia800.conf b/meta/conf/machine/nokia800.conf
index 756fde29a0..fb2cd02b03 100644
--- a/meta/conf/machine/nokia800.conf
+++ b/meta/conf/machine/nokia800.conf
@@ -16,7 +16,7 @@ EXTRA_IMAGECMD_jffs2_nokia800 = "--pad --little-endian --eraseblock=0x20000 -n"
16 16
17IMAGE_FSTYPES ?= "jffs2" 17IMAGE_FSTYPES ?= "jffs2"
18 18
19SERIAL_CONSOLE = "-L 115200 ttyS1" 19SERIAL_CONSOLE = "-L 115200 ttyS0"
20 20
21PREFERRED_PROVIDER_virtual/kernel = "linux-nokia800" 21PREFERRED_PROVIDER_virtual/kernel = "linux-nokia800"
22 22