From fc189a3339d551bb0249f218adad01a78cdd1169 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 27 Feb 2019 12:17:10 -0700 Subject: [PATCH] Fix UEFI hangs --- src/mainboard/system76/kbl-u/Kconfig | 7 ++++--- src/mainboard/system76/whl-u/Kconfig | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/mainboard/system76/kbl-u/Kconfig b/src/mainboard/system76/kbl-u/Kconfig index 5955236336..657c222e37 100644 --- a/src/mainboard/system76/kbl-u/Kconfig +++ b/src/mainboard/system76/kbl-u/Kconfig @@ -59,9 +59,10 @@ config ONBOARD_VGA_IS_PRIMARY bool default y -config UART_FOR_CONSOLE - int - default 2 +# This causes UEFI to hang +#config UART_FOR_CONSOLE +# int +# default 2 config MAX_CPUS int diff --git a/src/mainboard/system76/whl-u/Kconfig b/src/mainboard/system76/whl-u/Kconfig index a282887b4e..21e79e62c7 100644 --- a/src/mainboard/system76/whl-u/Kconfig +++ b/src/mainboard/system76/whl-u/Kconfig @@ -55,9 +55,10 @@ config ONBOARD_VGA_IS_PRIMARY bool default y -config UART_FOR_CONSOLE - int - default 2 +# This causes UEFI to hang +#config UART_FOR_CONSOLE +# int +# default 2 config MAX_CPUS int