mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
remove argument in snow's romstage main()
We don't pass any arguments into romstage on ARM. Change-Id: I018f28a57fc486c9240345cf0f4043b79027d864 Signed-off-by: David Hendricks <dhendrix@chromium.org> Reviewed-on: http://review.coreboot.org/2162 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
694719aff0
commit
018724ec1b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ static void mmu_setup(void)
|
||||||
dram_bank_mmu_setup(CONFIG_SYS_SDRAM_BASE, CONFIG_DRAM_SIZE_MB * 1024);
|
dram_bank_mmu_setup(CONFIG_SYS_SDRAM_BASE, CONFIG_DRAM_SIZE_MB * 1024);
|
||||||
}
|
}
|
||||||
|
|
||||||
void main(unsigned long bist)
|
void main(void)
|
||||||
{
|
{
|
||||||
mmu_setup();
|
mmu_setup();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue