summaryrefslogtreecommitdiffstats
path: root/src/soc/samsung/exynos5250/uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/samsung/exynos5250/uart.c')
-rw-r--r--src/soc/samsung/exynos5250/uart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/samsung/exynos5250/uart.c b/src/soc/samsung/exynos5250/uart.c
index cc97291..c02cdf7 100644
--- a/src/soc/samsung/exynos5250/uart.c
+++ b/src/soc/samsung/exynos5250/uart.c
@@ -157,7 +157,7 @@ static void exynos5_uart_tx_flush(struct s5p_uart *uart)
while (readl(&uart->ufstat) & 0x1ff0000);
}
-unsigned int uart_platform_base(int idx)
+uintptr_t uart_platform_base(int idx)
{
if (idx < 4)
return 0x12c00000 + idx * 0x10000;
OpenPOWER on IntegriCloud