sysmocom-alix: Change serial console to 115200 baud

This is the baud rate we always use in our devices, don't change it now.

Related: rt#27399
This commit is contained in:
Daniel Willmann 2019-08-13 09:20:43 +02:00
parent 702c59f211
commit 6d5321eefb
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,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 \