summaryrefslogtreecommitdiffstats
path: root/src/drivers/uart/oxpcie_early.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/uart/oxpcie_early.c')
-rw-r--r--src/drivers/uart/oxpcie_early.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/uart/oxpcie_early.c b/src/drivers/uart/oxpcie_early.c
index fd37806..343056c 100644
--- a/src/drivers/uart/oxpcie_early.c
+++ b/src/drivers/uart/oxpcie_early.c
@@ -77,7 +77,7 @@ static int oxpcie_uart_active(void)
return (car_get_var(oxpcie_present));
}
-unsigned int uart_platform_base(int idx)
+uintptr_t uart_platform_base(int idx)
{
if (idx == 0 && oxpcie_uart_active())
return uart0_base;
OpenPOWER on IntegriCloud