diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2014-10-16 11:00:16 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2014-10-16 17:34:19 +0200 |
commit | 6d7de4f64f6ee94631044b9574a4a5125c0faa6f (patch) | |
tree | c0bbd3b9c9f3fa74991d0f14b06a48b00b6a7947 /src/mainboard/emulation/qemu-armv7 | |
parent | 96afb6ff21ed63725e52541367f5dc11af0de914 (diff) |
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 <rminnich@gmail.com>
Reviewed-on: http://review.coreboot.org/7070
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/emulation/qemu-armv7')
-rw-r--r-- | src/mainboard/emulation/qemu-armv7/mmio.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |