diff options
author | Aaron Durbin <adurbin@chromium.org> | 2016-02-10 23:04:23 -0600 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2016-02-11 23:28:52 +0100 |
commit | 711455f24495d1616fff6ec93da11e5f7a863a8b (patch) | |
tree | 9ed0a082390626d41d0c2d38b1572d4097af19da /src/arch/arm64/include | |
parent | ae4b8540807ca60b7fdb3916325b70663048ac54 (diff) | |
download | coreboot-711455f24495d1616fff6ec93da11e5f7a863a8b.tar.xz |
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>
Diffstat (limited to 'src/arch/arm64/include')
-rw-r--r-- | src/arch/arm64/include/arch/stages.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/arm64/include/arch/stages.h b/src/arch/arm64/include/arch/stages.h index 3a3f56e9bf..ce66cddd76 100644 --- a/src/arch/arm64/include/arch/stages.h +++ b/src/arch/arm64/include/arch/stages.h @@ -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 |