mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user