nvidia/tegra124: Adjust memlayout to Chrome OS toolchain
The bootblock gets slightly too big, so adjust the space assigned to it. Signed-off-by: Stefan Reinauer <reinauer@chromium.org> BUG=none BRANCH=none TEST=emerge-nyan coreboot works again. Change-Id: If494e49fb60c11e01ca780c84036ebf24459628c Reviewed-on: https://chromium-review.googlesource.com/346492 Reviewed-by: Martin Roth <martinroth@chromium.org> Commit-Queue: Stefan Reinauer <reinauer@google.com> Tested-by: Stefan Reinauer <reinauer@google.com>
This commit is contained in:
parent
6872394b69
commit
4b9038b018
1 changed files with 3 additions and 3 deletions
|
|
@ -31,9 +31,9 @@ SECTIONS
|
|||
PRERAM_CBFS_CACHE(0x40006000, 16K)
|
||||
VBOOT2_WORK(0x4000A000, 16K)
|
||||
STACK(0x4000E000, 8K)
|
||||
BOOTBLOCK(0x40010000, 24K)
|
||||
VERSTAGE(0x40016000, 72K)
|
||||
ROMSTAGE(0x40028000, 95K)
|
||||
BOOTBLOCK(0x40010000, 26K)
|
||||
VERSTAGE(0x40016800, 72K)
|
||||
ROMSTAGE(0x40028800, 93K)
|
||||
TIMESTAMP(0x4003FC00, 1K)
|
||||
SRAM_END(0x40040000)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue