Fix UEFI hangs

This commit is contained in:
Jeremy Soller
2019-02-27 12:17:10 -07:00
parent 9e635d2c87
commit fc189a3339
2 changed files with 8 additions and 6 deletions

View File

@@ -59,9 +59,10 @@ config ONBOARD_VGA_IS_PRIMARY
bool bool
default y default y
config UART_FOR_CONSOLE # This causes UEFI to hang
int #config UART_FOR_CONSOLE
default 2 # int
# default 2
config MAX_CPUS config MAX_CPUS
int int

View File

@@ -55,9 +55,10 @@ config ONBOARD_VGA_IS_PRIMARY
bool bool
default y default y
config UART_FOR_CONSOLE # This causes UEFI to hang
int #config UART_FOR_CONSOLE
default 2 # int
# default 2
config MAX_CPUS config MAX_CPUS
int int