summaryrefslogtreecommitdiffstats
path: root/src/arch/ppc/boot/boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/ppc/boot/boot.c')
-rw-r--r--src/arch/ppc/boot/boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/ppc/boot/boot.c b/src/arch/ppc/boot/boot.c
index b123b3e..e62c4eb 100644
--- a/src/arch/ppc/boot/boot.c
+++ b/src/arch/ppc/boot/boot.c
@@ -16,7 +16,7 @@ int elf_check_arch(Elf_ehdr *ehdr)
}
-void jmp_to_elf_entry(void *entry, unsigned long buffer)
+void jmp_to_elf_entry(void *entry, unsigned long buffer, unsigned long bounce_size)
{
void (*kernel_entry)(void);
OpenPOWER on IntegriCloud