From afeb4e0b9092e006f34dea7645d3ae50df9c6011 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Fri, 23 Feb 2007 13:52:28 +0000 Subject: [PATCH] Add declaration to cachemain.c. Oddly, this error just appeared, due to clashing commits. Signed-off-by: Ronald G. Minnich Acked-by: Ronald G. Minnich Acked-by: Stefan Reinauer git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@103 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- arch/x86/cachemain.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/x86/cachemain.c b/arch/x86/cachemain.c index d5c41b8a5d..f13d5019ef 100644 --- a/arch/x86/cachemain.c +++ b/arch/x86/cachemain.c @@ -65,6 +65,8 @@ void stage1_main(u32 bist) int elfboot_mem(struct lb_memory *mem, void *where, int size); /* HACK -- fake memory table for now */ struct lb_memory mem = {LB_TAG_MEMORY, 1, .map = { {0, 32*1024*1024, LB_MEM_RAM}}}; + struct mem_file result; + post_code(0x02); // before we do anything, we want to stop if we dont run