mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
move the rom copy so it ends at 0xcfffffff
This commit is contained in:
parent
a99840ba00
commit
9c7f3d3726
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ SECTIONS
|
|||
|
||||
DRAM_START(0x80000000)
|
||||
RAMSTAGE(0x80200000, 256K)
|
||||
REGION(rom_copy, 0xd0000000 - CONFIG_ROM_SIZE, CONFIG_ROM_SIZE, 4)
|
||||
POSTRAM_CBFS_CACHE(0xd0000000, 8M)
|
||||
REGION(rom_copy, 0xd0800000, CONFIG_ROM_SIZE, 4)
|
||||
TTB(0x100000000 - CONFIG_TTB_SIZE_MB * 1M, CONFIG_TTB_SIZE_MB * 1M)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue