idu: BIOS default is 115200bps, so use the console at that speed, too

This commit is contained in:
Harald Welte 2015-02-13 10:48:43 +01:00
parent 8cff638993
commit 195c848d50
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ KERNEL_IMAGETYPE = "bzImage"
IMAGE_FSTYPES ?= "tar.gz ext4"
SERIAL_CONSOLE = "38400 ttyS0"
MACHINE_CONSOLE = "console=ttyS0,38400n8"
SERIAL_CONSOLE = "115200 ttyS0"
MACHINE_CONSOLE = "console=ttyS0,115200n8"
# We bypass swrast but we need it to be present for X to load correctly
XSERVER ?= "xserver-xf86-dri-lite \