Author: rminnich Date: 2009-03-24 00:55:58 +0100 (Tue, 24 Mar 2009) New Revision: 1162
Modified: coreboot-v3/northbridge/intel/i440bxemulation/i440bx.c Log: This is an emergency fix for building for qemu. With this fix, FILO works. Signed-off-by: Ronald G. Minnich <[email protected]> Acked-by: Ronald G. Minnich <[email protected]> Modified: coreboot-v3/northbridge/intel/i440bxemulation/i440bx.c =================================================================== --- coreboot-v3/northbridge/intel/i440bxemulation/i440bx.c 2009-03-20 16:05:56 UTC (rev 1161) +++ coreboot-v3/northbridge/intel/i440bxemulation/i440bx.c 2009-03-23 23:55:58 UTC (rev 1162) @@ -60,6 +60,11 @@ { } +int is_coldboot(void) +{ + return 1; +} + static void i440bx_read_resources(struct device *dev) { struct resource *res; -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

