arch/{arm64,riscv}: remove jmp_to_elf_entry() declaration

jmp_to_elf_entry() is not defined anywhere. Remove it.

Change-Id: I68f996a735f2ef3dd60cf69f9b72c3f1481cbb55
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/13680
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Aaron Durbin 2016-02-10 23:04:23 -06:00
parent ae4b854080
commit 711455f244
2 changed files with 0 additions and 2 deletions

View File

@ -21,6 +21,5 @@
extern void main(void);
void stage_entry(void);
void jmp_to_elf_entry(void *entry, unsigned long buffer, unsigned long size);
#endif

View File

@ -19,6 +19,5 @@
extern void main(void);
void stage_entry(void) __attribute__((section(".text.stage_entry")));
void jmp_to_elf_entry(void *entry, unsigned long buffer, unsigned long size);
#endif