nvidia/tegra132: Fix vboot2 memory layout
bootblock et al were listed twice, which shouldn't happen. Change-Id: I3e6077d70e064ebe74bd4e5e3156f87d548c2fcb Signed-off-by: Aaron Durbin <adurbin@chromium.org> Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/10097 Tested-by: build bot (Jenkins)
This commit is contained in:
parent
8fb36c07ac
commit
32bc18ef97
|
@ -36,11 +36,9 @@ SECTIONS
|
|||
PRERAM_CBFS_CACHE(0x40002000, 72K)
|
||||
VBOOT2_WORK(0x40014000, 16K)
|
||||
STACK(0x40018000, 2K)
|
||||
BOOTBLOCK(0x40019000, 20K)
|
||||
VERSTAGE(0x4001E000, 60K)
|
||||
BOOTBLOCK(0x40019000, 22K)
|
||||
VERSTAGE(0x4001E800, 58K)
|
||||
ROMSTAGE(0x4002D000, 76K)
|
||||
BOOTBLOCK(0x40019000, 24K)
|
||||
VERSTAGE(0x4001f000, 60K)
|
||||
ROMSTAGE(0x4002e000, 72K)
|
||||
SRAM_END(0x40040000)
|
||||
|
||||
DRAM_START(0x80000000)
|
||||
|
|
Loading…
Reference in New Issue