From 5d841e6a176263bd9caa478e6e4ad464d1b9f489 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Thu, 26 Mar 2020 13:41:09 -0500 Subject: mb/google/glados: disable serial console by default Glados boards do not have an exposed serial port outside of the servo interface. Set board Kconfig so that a default built image with Tianocore payload is bootable and doesn't hang due to trying to send data over a non-existant serial port. Test: build/boot google/chell with board defaults Change-Id: Ifad6f805e66438e2c436d9fa235d9be2ecf69179 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/39863 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Nico Huber --- src/mainboard/google/glados/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainboard') diff --git a/src/mainboard/google/glados/Kconfig b/src/mainboard/google/glados/Kconfig index c90b2bd7bd..d0ff3776e0 100644 --- a/src/mainboard/google/glados/Kconfig +++ b/src/mainboard/google/glados/Kconfig @@ -81,4 +81,8 @@ config UART_FOR_CONSOLE int default 2 +config CONSOLE_SERIAL + bool + default n + endif -- cgit v1.2.3