aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/hipox.conf
diff options
context:
space:
mode:
authorSteffen Sledz <sledz@dresearch.de>2009-04-20 09:23:49 +0200
committerSteffen Sledz <sledz@dresearch.de>2009-04-20 09:23:49 +0200
commit31d5ef7509ca6163f8de840226c84df59ae37b15 (patch)
tree7e85a7f76dfedbcd9ddcce1f67dabeb6e9b8fd58 /conf/machine/hipox.conf
parentae7125e0e7c2475c1ac72c39d1858c23dc7c7e11 (diff)
downloadopenembedded-31d5ef7509ca6163f8de840226c84df59ae37b15.tar.gz
hipox: switch serial console to ttyS1
Diffstat (limited to 'conf/machine/hipox.conf')
-rw-r--r--conf/machine/hipox.conf2
1 files changed, 1 insertions, 1 deletions
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"