mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Fix missing straggler for the move to parse_boot_param()
This commit is contained in:
parent
90407113a7
commit
56c9c68603
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=237089
@ -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