summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2009-05-09 23:36:20 +0000
committerMart Raudsepp <leio@gentoo.org>2009-05-09 23:36:20 +0000
commit50b961ea7ad611e8fc05e057b0a2bd36d2ef4ec6 (patch)
tree432cb16e9c93904cde4665d76efab277db1c753d
parent314dab9260814c26c00be6c277c454800d8d797d (diff)
downloadcoreboot-50b961ea7ad611e8fc05e057b0a2bd36d2ef4ec6.tar.gz
coreboot-50b961ea7ad611e8fc05e057b0a2bd36d2ef4ec6.tar.bz2
coreboot-50b961ea7ad611e8fc05e057b0a2bd36d2ef4ec6.zip
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> git-svn-id: svn://coreboot.org/repository/coreboot-v3@1166 f3766cd6-281f-0410-b1cd-43a5c92072e9
-rw-r--r--northbridge/intel/i440bxemulation/i440bx.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/northbridge/intel/i440bxemulation/i440bx.c b/northbridge/intel/i440bxemulation/i440bx.c
index 345faf43c4a0..34eb4fa5807f 100644
--- a/northbridge/intel/i440bxemulation/i440bx.c
+++ b/northbridge/intel/i440bxemulation/i440bx.c
@@ -60,11 +60,6 @@ static void no_op(struct device *dev)
{
}
-int is_coldboot(void)
-{
- return 1;
-}
-
static void i440bx_read_resources(struct device *dev)
{
struct resource *res;