From c49a334b86c5aa24311fdba4733de94fd9992fae Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 30 Oct 2019 13:30:35 -0600 Subject: [PATCH] Revert "Increase rate of UART" This reverts commit 5454528a4874c14b3f1741fd2f95f8c0ec0f266b. --- models/darp6/coreboot.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/models/darp6/coreboot.config b/models/darp6/coreboot.config index 262f0c5..8c2c7bc 100644 --- a/models/darp6/coreboot.config +++ b/models/darp6/coreboot.config @@ -686,15 +686,15 @@ CONFIG_FIXED_UART_FOR_CONSOLE=y # # memory mapped, 8250-compatible # -CONFIG_CONSOLE_SERIAL_921600=y +# CONFIG_CONSOLE_SERIAL_921600 is not set # CONFIG_CONSOLE_SERIAL_460800 is not set # CONFIG_CONSOLE_SERIAL_230400 is not set -# CONFIG_CONSOLE_SERIAL_115200 is not set +CONFIG_CONSOLE_SERIAL_115200=y # CONFIG_CONSOLE_SERIAL_57600 is not set # CONFIG_CONSOLE_SERIAL_38400 is not set # CONFIG_CONSOLE_SERIAL_19200 is not set # CONFIG_CONSOLE_SERIAL_9600 is not set -CONFIG_TTYS0_BAUD=921600 +CONFIG_TTYS0_BAUD=115200 # CONFIG_SPKMODEM is not set # CONFIG_CONSOLE_NE2K is not set CONFIG_CONSOLE_CBMEM=y