at32stk100, atngw100: fix the SERIAL_CONSOLE setting for the AT32STK1000 and ATNGW100
authorGeoffrey Wossum <gwossum@acm.org>
Fri, 14 Mar 2008 08:18:43 +0000 (08:18 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 14 Mar 2008 08:18:43 +0000 (08:18 +0000)
boards to properly use the first serial port, otherwise getty will bail
with an error and no login is available on the serial port.

conf/machine/at32stk1000.conf
conf/machine/atngw100.conf

index 50e7138..23c8942 100644 (file)
@@ -14,7 +14,7 @@ USE_VT = "0"
 MACHINE_FEATURES = "kernel26 alsa ext2 usbgadget touchscreen screen"
 
 # used by sysvinit_2
-SERIAL_CONSOLE = "115200"
+SERIAL_CONSOLE = "115200 ttyS0"
 
 # used by some images
 IMAGE_FSTYPES ?= "jffs2"
index 67c350b..77f9fdf 100644 (file)
@@ -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"