[coreboot-gerrit] New patch to review for coreboot: 63cf2cd qemu-i440fx: add a prototype for main()

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Sat Jan 18 18:29:49 CET 2014


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4720

-gerrit

commit 63cf2cdc4abe5224536bc2b07014ac780b7007fa
Author: Patrick Georgi <patrick at georgi-clan.de>
Date:   Sat Jan 18 18:28:58 2014 +0100

    qemu-i440fx: add a prototype for main()
    
    This probably belongs elsewhere, but I haven't found a nice place yet.
    
    Change-Id: I9ca52db33905cf4ee229d7ff44012105915271a8
    Signed-off-by: Patrick Georgi <patrick at georgi-clan.de>
---
 src/mainboard/emulation/qemu-i440fx/romstage.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mainboard/emulation/qemu-i440fx/romstage.c b/src/mainboard/emulation/qemu-i440fx/romstage.c
index db8891e..62254e5 100644
--- a/src/mainboard/emulation/qemu-i440fx/romstage.c
+++ b/src/mainboard/emulation/qemu-i440fx/romstage.c
@@ -33,6 +33,7 @@
 
 #include "memory.c"
 
+void main(unsigned long bist);
 void main(unsigned long bist)
 {
 	int cbmem_was_initted;



More information about the coreboot-gerrit mailing list