coreboot/src/drivers/uart
Martin Roth 643236e193 drivers/uart/oxpcie_early.c: remove uart_fill_lb()
uart_fill_lb() was added to drivers/uart/uart8250mem.c, so when the
Oxford OXPCIe952 Kconfig option is enabled, we were getting an error.
"multiple definition of `uart_fill_lb'"

The new version of uart_fill_lb sets the regwidth depending on the
Kconfig symbol DRIVERS_UART_8250MEM_32, so if that's selected, don't
give DRIVERS_UART_OXPCIE as a choice.

Change-Id: Ife24ab390553b10b2266809595c2e06463de708c
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/17966
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2016-12-30 04:48:45 +01:00
..
Kconfig drivers/uart/oxpcie_early.c: remove uart_fill_lb() 2016-12-30 04:48:45 +01:00
Makefile.inc drivers/uart: Enable debug serial output during postcar 2016-07-25 23:28:32 +02:00
oxpcie.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
oxpcie_early.c drivers/uart/oxpcie_early.c: remove uart_fill_lb() 2016-12-30 04:48:45 +01:00
pl011.c drivers/uart: Use uart_platform_refclk for all UART models 2016-05-09 18:45:44 +02:00
uart8250io.c soc/intel/fsp_broadwell_de/uart: Drop it 2016-09-30 18:18:01 +02:00
uart8250mem.c src/drivers: Add required space before opening parenthesis '(' 2016-08-31 20:12:07 +02:00
uart8250reg.h tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
util.c drivers/uart: Use uart_platform_refclk for all UART models 2016-05-09 18:45:44 +02:00