diff options
author | Geoffrey Wossum <gwossum@acm.org> | 2008-03-14 08:18:43 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-03-14 08:18:43 +0000 |
commit | 6b639b16f3529b6b3c928ff79716fc12b6f28f53 (patch) | |
tree | 7715146a849f012d9f75025b9a6e5ffeb98c4c99 /conf/machine/atngw100.conf | |
parent | eaba7389f65a007c3cee55e0ba1f260e7aa6a0f7 (diff) |
at32stk100, atngw100: fix the SERIAL_CONSOLE setting for the AT32STK1000 and ATNGW100
boards to properly use the first serial port, otherwise getty will bail
with an error and no login is available on the serial port.
Diffstat (limited to 'conf/machine/atngw100.conf')
-rw-r--r-- | conf/machine/atngw100.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/atngw100.conf b/conf/machine/atngw100.conf index 67c350bd97..77f9fdf34e 100644 --- a/conf/machine/atngw100.conf +++ b/conf/machine/atngw100.conf @@ -13,7 +13,7 @@ MACHINE_FEATURES = "kernel26 ext2 usbgadget" PREFERRED_PROVIDER_virtual/kernel = "linux" # used by sysvinit_2 -SERIAL_CONSOLE = "115200" +SERIAL_CONSOLE = "115200 ttyS0" # used by some images ROOT_FLASH_SIZE = "8" |