Print the physmem tables under a verbose boot.
Obtained from: ABT Systems Ltd Sponsored by: Turing Robotic Industries
This commit is contained in:
parent
4d388c5528
commit
d5591551a8
@ -1116,6 +1116,9 @@ initarm(struct arm64_bootparams *abp)
|
||||
if (env != NULL)
|
||||
strlcpy(kernelname, env, sizeof(kernelname));
|
||||
|
||||
if (bootverbose)
|
||||
arm_physmem_print_tables();
|
||||
|
||||
early_boot = 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user