move the rom copy so it ends at 0xcfffffff

This commit is contained in:
Andre Heider 2018-02-07 12:11:24 +01:00
parent a99840ba00
commit 9c7f3d3726

View file

@ -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)
}