Use the correct tty for Nokia800 machines.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4987 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Joshua Lock
2008-07-31 10:51:52 +00:00
parent 49521c24be
commit 6239bc4fe4

View File

@@ -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"