linuxboot: set serial speed to 115200

This commit is contained in:
Trammell hudson 2019-08-11 15:59:40 +02:00
parent c1232239e9
commit 1721900b79
No known key found for this signature in database
GPG Key ID: 0F948052DDECBE68

View File

@ -66,7 +66,7 @@ CONFIG_KEXEC_FILE=y
# CONFIG_RANDOMIZE_BASE is not set
CONFIG_PHYSICAL_ALIGN=0x1000000
CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE="earlyprintk=serial,ttyS0,57600 console=ttyS0,57600 nosmp"
CONFIG_CMDLINE="earlyprintk=serial,ttyS0,115200 console=ttyS0,115200 "
# CONFIG_MODIFY_LDT_SYSCALL is not set
# CONFIG_SUSPEND is not set
CONFIG_ACPI_DEBUG=y