From: Joshua Lock Date: Thu, 31 Jul 2008 10:51:52 +0000 (+0000) Subject: Use the correct tty for Nokia800 machines. X-Git-Tag: 2011-1~8518 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6239bc4fe46959330dffa7f4782e45637b4d6e37;p=openembedded-core.git Use the correct tty for Nokia800 machines. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4987 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- 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" IMAGE_FSTYPES ?= "jffs2" -SERIAL_CONSOLE = "-L 115200 ttyS1" +SERIAL_CONSOLE = "-L 115200 ttyS0" PREFERRED_PROVIDER_virtual/kernel = "linux-nokia800"