console: Use single driver entry for UARTs
UARTs now have unified prototypes and can use a single entry in the list of drivers for ramstage. Change-Id: I315daaf9a83cfa60f1a270146c729907a1d6d45b Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/5308 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
@@ -17,8 +17,7 @@ bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += vtxprintf.c
|
||||
bootblock-y += console.c
|
||||
bootblock-y += die.c
|
||||
|
||||
ramstage-$(CONFIG_CONSOLE_SERIAL8250) += uart8250_console.c
|
||||
ramstage-$(CONFIG_CONSOLE_SERIAL8250MEM) += uart8250mem_console.c
|
||||
ramstage-$(CONFIG_CONSOLE_SERIAL) += uart_console.c
|
||||
ramstage-$(CONFIG_SPKMODEM) += spkmodem_console.c
|
||||
ramstage-$(CONFIG_CONSOLE_USB) += usbdebug_console.c
|
||||
ramstage-$(CONFIG_CONSOLE_NE2K) += ne2k_console.c
|
||||
|
Reference in New Issue
Block a user