From: Steffen Sledz Date: Mon, 20 Apr 2009 07:23:49 +0000 (+0200) Subject: hipox: switch serial console to ttyS1 X-Git-Tag: Release-2010-05/1~3729^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31d5ef7509ca6163f8de840226c84df59ae37b15;p=openembedded.git hipox: switch serial console to ttyS1 --- diff --git a/conf/machine/hipox.conf b/conf/machine/hipox.conf index f3a31cf63b..7a2ac6f6e9 100644 --- a/conf/machine/hipox.conf +++ b/conf/machine/hipox.conf @@ -6,7 +6,7 @@ TARGET_ARCH = "arm" MACHINE_FEATURES = "kernel26 ext2 pci usbhost ethernet serial raid uboot" -SERIAL_CONSOLE = "115200 ttyS0" +SERIAL_CONSOLE = "115200 ttyS1" PREFERRED_PROVIDER_virtual/kernel = "linux"