Print kernel args when booting the kernel.
This commit is contained in:
parent
53e5858c68
commit
2462328ee0
@ -82,6 +82,7 @@ __elfN(uboot_exec)(struct preloaded_file *fp)
|
||||
|
||||
entry = uboot_vm_translate(e->e_entry);
|
||||
printf("Kernel entry at 0x%x...\n", (unsigned)entry);
|
||||
printf("Kernel args: %s\n", fp->f_args);
|
||||
|
||||
dev_cleanup();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user