[coreboot-gerrit] New patch to review for coreboot: cd5f4d1 qemu-armv7: 32/64

Ronald G. Minnich (rminnich@gmail.com) gerrit at coreboot.org
Thu Oct 16 13:00:54 CEST 2014


Ronald G. Minnich (rminnich at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7070

-gerrit

commit cd5f4d19298826b58ba15da7c95b7eb4066c8d67
Author: Ronald G. Minnich <rminnich at gmail.com>
Date:   Thu Oct 16 11:00:16 2014 +0000

    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 at gmail.com>
---
 src/mainboard/emulation/qemu-armv7/mmio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/emulation/qemu-armv7/mmio.c b/src/mainboard/emulation/qemu-armv7/mmio.c
index 02473e4..00a20a2 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;
 }



More information about the coreboot-gerrit mailing list