diff options
author | Steffen Sledz <sledz@dresearch.de> | 2009-04-20 09:23:49 +0200 |
---|---|---|
committer | Steffen Sledz <sledz@dresearch.de> | 2009-04-20 09:23:49 +0200 |
commit | 31d5ef7509ca6163f8de840226c84df59ae37b15 (patch) | |
tree | 7e85a7f76dfedbcd9ddcce1f67dabeb6e9b8fd58 | |
parent | ae7125e0e7c2475c1ac72c39d1858c23dc7c7e11 (diff) |
hipox: switch serial console to ttyS1
-rw-r--r-- | conf/machine/hipox.conf | 2 |
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" |