aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/lpc-uart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/lpc-uart.c b/hw/lpc-uart.c
index bca10e0..f964355 100644
--- a/hw/lpc-uart.c
+++ b/hw/lpc-uart.c
@@ -617,7 +617,7 @@ void uart_init(void)
const struct dt_property *prop;
struct dt_node *n;
char *path __unused;
- const uint32_t *irqp;
+ const be32 *irqp;
/* Clean up after early_uart_init() */
mmio_uart_base = NULL;