util/sconfig: Remove unused ioapic and irq keywords
[coreboot.git] / src / southbridge / intel / lynxpoint / uart.c
blob95b286ebfc59b45db50b10106055e9615b6920d7
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <console/uart.h>
4 #include <types.h>
6 uintptr_t uart_platform_base(unsigned int idx)
8 if (idx == CONFIG_UART_FOR_CONSOLE)
9 return CONFIG_CONSOLE_UART_BASE_ADDRESS;
11 return 0;