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 <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39863
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Matt DeVillier 2020-03-26 13:41:09 -05:00 committed by Nico Huber
parent b0b25c8e9c
commit 5d841e6a17
1 changed files with 4 additions and 0 deletions

View File

@ -81,4 +81,8 @@ config UART_FOR_CONSOLE
int int
default 2 default 2
config CONSOLE_SERIAL
bool
default n
endif endif