Fix Unix target build on PPC host

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>

git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@684 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2010-03-07 16:36:30 +00:00
parent 9724a856d7
commit 0d5f749065

View File

@@ -73,6 +73,13 @@ ucell ofmem_claim(ucell addr, ucell size, ucell align)
return 0;
}
#ifdef CONFIG_PPC
extern void flush_icache_range(char *start, char *stop);
void flush_icache_range(char *start, char *stop)
{
}
#endif
#if 0
static void write_dictionary(char *filename)