summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/init.c b/core/init.c
index a5701576..c753b61b 100644
--- a/core/init.c
+++ b/core/init.c
@@ -541,7 +541,7 @@ void __noreturn load_and_boot_kernel(bool is_reboot)
printf("INIT: stdout-path: %s\n", stdoutp ? stdoutp : "");
- printf("INIT: Starting kernel at 0x%llx, fdt at %p (size 0x%x)\n",
+ printf("INIT: Starting kernel at 0x%llx, fdt at %p %u bytes)\n",
kernel_entry, fdt, fdt_totalsize(fdt));
debug_descriptor.state_flags |= OPAL_BOOT_COMPLETE;
OpenPOWER on IntegriCloud