Fix UART8250 console prototypes
and disable IO mapped UARTs on ARMV7 per default Change-Id: I712c4677cbc8519323970556718f9bb6327d83c8 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/2021 Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Tested-by: build bot (Jenkins)
This commit is contained in:
committed by
Stefan Reinauer
parent
de48f0fd42
commit
3600e960b6
@@ -261,7 +261,8 @@ source src/console/Kconfig
|
||||
# This should default to N and be set by SuperI/O drivers that have an UART
|
||||
config HAVE_UART_IO_MAPPED
|
||||
bool
|
||||
default y
|
||||
default y if ARCH_X86
|
||||
default n if ARCH_ARMV7
|
||||
|
||||
config HAVE_UART_MEMORY_MAPPED
|
||||
bool
|
||||
|
Reference in New Issue
Block a user