Fix a typo in a Broadcom initarm debug printf
This commit is contained in:
parent
5d3f47ad17
commit
78ea1a076e
@ -491,7 +491,7 @@ initarm(struct arm_boot_params *abp)
|
||||
physmem = memsize / PAGE_SIZE;
|
||||
|
||||
debugf("initarm: console initialized\n");
|
||||
debugf(" arg1 mmdp = 0x%08x\n", (uint32_t)kmdp);
|
||||
debugf(" arg1 kmdp = 0x%08x\n", (uint32_t)kmdp);
|
||||
debugf(" boothowto = 0x%08x\n", boothowto);
|
||||
debugf(" dtbp = 0x%08x\n", (uint32_t)dtbp);
|
||||
print_kernel_section_addr();
|
||||
|
Loading…
x
Reference in New Issue
Block a user