summaryrefslogtreecommitdiffstats
path: root/src/soc/samsung/exynos5420/uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/samsung/exynos5420/uart.c')
-rw-r--r--src/soc/samsung/exynos5420/uart.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/samsung/exynos5420/uart.c b/src/soc/samsung/exynos5420/uart.c
index b2a0edd4e0f5..41fdd0d29c49 100644
--- a/src/soc/samsung/exynos5420/uart.c
+++ b/src/soc/samsung/exynos5420/uart.c
@@ -176,7 +176,6 @@ void uart_tx_flush(int idx)
/* Exynos5250 implements this too. */
}
-#ifndef __PRE_RAM__
void uart_fill_lb(void *data)
{
struct lb_serial serial;
@@ -190,4 +189,3 @@ void uart_fill_lb(void *data)
lb_add_console(LB_TAG_CONSOLE_SERIAL8250MEM, data);
}
-#endif