summaryrefslogtreecommitdiffstats
path: root/src/arch/riscv/include/arch/stages.h
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2016-02-10 23:04:23 -0600
committerAaron Durbin <adurbin@chromium.org>2016-02-11 23:28:52 +0100
commit711455f24495d1616fff6ec93da11e5f7a863a8b (patch)
tree9ed0a082390626d41d0c2d38b1572d4097af19da /src/arch/riscv/include/arch/stages.h
parentae4b8540807ca60b7fdb3916325b70663048ac54 (diff)
downloadcoreboot-711455f24495d1616fff6ec93da11e5f7a863a8b.tar.gz
coreboot-711455f24495d1616fff6ec93da11e5f7a863a8b.tar.bz2
coreboot-711455f24495d1616fff6ec93da11e5f7a863a8b.zip
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/riscv/include/arch/stages.h')
-rw-r--r--src/arch/riscv/include/arch/stages.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/riscv/include/arch/stages.h b/src/arch/riscv/include/arch/stages.h
index 9e2a37827e3e..07a72a444690 100644
--- a/src/arch/riscv/include/arch/stages.h
+++ b/src/arch/riscv/include/arch/stages.h
@@ -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