summaryrefslogtreecommitdiff
path: root/src/mainboard/google/glados
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2020-03-26 13:41:09 -0500
committerNico Huber <nico.h@gmx.de>2020-03-29 18:16:29 +0000
commit5d841e6a176263bd9caa478e6e4ad464d1b9f489 (patch)
tree30cc0cc42f06d3b94e77fd262b7ade7623e9e58c /src/mainboard/google/glados
parentb0b25c8e9cd7950e87167a2558f4645a3479e80c (diff)
downloadcoreboot-5d841e6a176263bd9caa478e6e4ad464d1b9f489.tar.xz
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>
Diffstat (limited to 'src/mainboard/google/glados')
-rw-r--r--src/mainboard/google/glados/Kconfig4
1 files changed, 4 insertions, 0 deletions
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