Author: mraudsepp Date: 2009-05-10 01:36:20 +0200 (Sun, 10 May 2009) New Revision: 1166
Modified: coreboot-v3/northbridge/intel/i440bxemulation/i440bx.c Log: Revert "This is an emergency fix for building for qemu. "
This reverts r1162 because r1161 was a better and more universal fix.
Signed-off-by: Mart Raudsepp leio@gentoo.org Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: coreboot-v3/northbridge/intel/i440bxemulation/i440bx.c =================================================================== --- coreboot-v3/northbridge/intel/i440bxemulation/i440bx.c 2009-04-27 14:56:04 UTC (rev 1165) +++ coreboot-v3/northbridge/intel/i440bxemulation/i440bx.c 2009-05-09 23:36:20 UTC (rev 1166) @@ -60,11 +60,6 @@ { }
-int is_coldboot(void) -{ - return 1; -} - static void i440bx_read_resources(struct device *dev) { struct resource *res;