aboutsummaryrefslogtreecommitdiff
path: root/cmd/elf.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/elf.c')
-rw-r--r--cmd/elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/elf.c b/cmd/elf.c
index 32f12a72..71e2b348 100644
--- a/cmd/elf.c
+++ b/cmd/elf.c
@@ -177,7 +177,7 @@ static unsigned long load_elf_image_phdr(unsigned long addr)
return ehdr->e_entry;
}
-static unsigned long load_elf_image_shdr(unsigned long addr)
+unsigned long load_elf_image_shdr(unsigned long addr)
{
Elf32_Ehdr *ehdr; /* Elf header structure pointer */
Elf32_Shdr *shdr; /* Section header structure pointer */