aboutsummaryrefslogtreecommitdiff
path: root/src/soc/samsung/exynos5420
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/samsung/exynos5420')
-rw-r--r--src/soc/samsung/exynos5420/uart.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/samsung/exynos5420/uart.c b/src/soc/samsung/exynos5420/uart.c
index 359050abb2..00ed43298e 100644
--- a/src/soc/samsung/exynos5420/uart.c
+++ b/src/soc/samsung/exynos5420/uart.c
@@ -26,7 +26,7 @@
#define RX_FIFO_FULL_MASK (1 << 8)
#define TX_FIFO_FULL_MASK (1 << 24)
-
+#if 0
/*
* The coefficient, used to calculate the baudrate on S5P UARTs is
* calculated as
@@ -52,6 +52,7 @@ static const int udivslot[] = {
0xdfdf,
0xffdf,
};
+#endif
static void serial_setbrg_dev(struct s5p_uart *uart)
{