Fix a typo in a Broadcom initarm debug printf

This commit is contained in:
andrew 2012-09-23 08:49:41 +00:00
parent 5d3f47ad17
commit 78ea1a076e

View File

@ -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();