From 6d7de4f64f6ee94631044b9574a4a5125c0faa6f Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Thu, 16 Oct 2014 11:00:16 +0000 Subject: qemu-armv7: 32/64 This really is not critical but we might as well get it right. Change-Id: Ifec1e8dc35d7f5bb89d9a7a877d82410c83a3288 Signed-off-by: Ronald G. Minnich Reviewed-on: http://review.coreboot.org/7070 Reviewed-by: Edward O'Callaghan Tested-by: build bot (Jenkins) --- src/mainboard/emulation/qemu-armv7/mmio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mainboard/emulation/qemu-armv7/mmio.c b/src/mainboard/emulation/qemu-armv7/mmio.c index 02473e46e5..00a20a223e 100644 --- a/src/mainboard/emulation/qemu-armv7/mmio.c +++ b/src/mainboard/emulation/qemu-armv7/mmio.c @@ -15,7 +15,7 @@ #define VEXPRESS_UART0_IO_ADDRESS (0x10009000) -unsigned int uart_platform_base(int idx) +uintptr_t uart_platform_base(int idx) { return VEXPRESS_UART0_IO_ADDRESS; } -- cgit v1.2.3