aboutsummaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/elfboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/elfboot.c b/src/boot/elfboot.c
index 7caa4673fa..33baee3fe9 100644
--- a/src/boot/elfboot.c
+++ b/src/boot/elfboot.c
@@ -590,7 +590,7 @@ int elfload(struct lb_memory *mem,
/* Reset to booting from this image as late as possible */
boot_successful();
- printk_debug("Jumping to boot code at 0x%p\n", entry);
+ printk_debug("Jumping to boot code at %p\n", entry);
post_code(0xfe);
/* Jump to kernel */