Print the physmem tables under a verbose boot.

Obtained from:	ABT Systems Ltd
Sponsored by:	Turing Robotic Industries
This commit is contained in:
Andrew Turner 2018-05-24 15:07:53 +00:00
parent 4d388c5528
commit d5591551a8

View File

@ -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;
}