Fix missing straggler for the move to parse_boot_param()
This commit is contained in:
parent
90407113a7
commit
56c9c68603
@ -174,8 +174,8 @@ initarm(struct arm_boot_params *abp)
|
||||
int i, j;
|
||||
uint32_t memsize[PXA2X0_SDRAM_BANKS], memstart[PXA2X0_SDRAM_BANKS];
|
||||
|
||||
lastaddr = parse_boot_param(abp);
|
||||
set_cpufuncs();
|
||||
lastaddr = fake_preload_metadata();
|
||||
pcpu_init(pcpup, 0, sizeof(struct pcpu));
|
||||
PCPU_SET(curthread, &thread0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user