Add declaration to cachemain.c.
Oddly, this error just appeared, due to clashing commits. Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@103 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
08016c4ca8
commit
afeb4e0b90
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue