From 6239bc4fe46959330dffa7f4782e45637b4d6e37 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Thu, 31 Jul 2008 10:51:52 +0000 Subject: Use the correct tty for Nokia800 machines. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4987 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/conf/machine/nokia800.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf/machine') 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" -- cgit v1.2.3-54-g00ecf