summaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-power8
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/emulation/qemu-power8')
-rw-r--r--src/mainboard/emulation/qemu-power8/uart.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/emulation/qemu-power8/uart.c b/src/mainboard/emulation/qemu-power8/uart.c
index 9548b7c696..7c7797139d 100644
--- a/src/mainboard/emulation/qemu-power8/uart.c
+++ b/src/mainboard/emulation/qemu-power8/uart.c
@@ -41,7 +41,6 @@ void uart_tx_flush(int idx)
{
}
-#ifndef __PRE_RAM__
void uart_fill_lb(void *data)
{
struct lb_serial serial;
@@ -53,4 +52,3 @@ void uart_fill_lb(void *data)
lb_add_serial(&serial, data);
lb_add_console(LB_TAG_CONSOLE_SERIAL8250MEM, data);
}
-#endif