soc/samsung: Don't compile in unused uart divider tables

Change-Id: I58b2c3c52444d9a755d05529992507086a423f1a
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://review.coreboot.org/14620
Tested-by: build bot (Jenkins)
Reviewed-by: David Hendricks <dhendrix@chromium.org>
This commit is contained in:
Stefan Reinauer 2016-05-04 17:26:53 -07:00
parent 3716f3957b
commit 044e4b5745
2 changed files with 4 additions and 2 deletions

View File

@ -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)
{

View File

@ -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)
{