summaryrefslogtreecommitdiffstats
path: root/lib/elfboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/elfboot.c')
-rw-r--r--lib/elfboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elfboot.c b/lib/elfboot.c
index a2bd7e0798c9..41264b71dbc4 100644
--- a/lib/elfboot.c
+++ b/lib/elfboot.c
@@ -86,7 +86,7 @@ static int load_elf_segments(struct lb_memory *mem,unsigned char *header, int he
ehdr = (Elf_ehdr *)header;
phdr = (Elf_phdr *)(&header[ehdr->e_phoff]);
- printk(BIOS_DEBUG, "%s: header %p #headers %d\n", __FUNCTION__, header, headers);
+ printk(BIOS_DEBUG, "%s: header %p #headers %d\n", __func__, header, headers);
int i;
int size;
for(i = 0; i < headers; i++) {