soc/nvidia/tegra210: Increase bootblock size

There's an issue with the newest toolchain that is blowing the bootblock
size on Smaug when compiling for chromeos.  Increasing the bootblock
size by 2KB will take care of the issue for a while.

Signed-off-by: Martin Roth <martinroth@chromium.org>
Change-Id: I58f7f1cedc8fc5b4c4287f5a120ed76140e1f7a9
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32163
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
This commit is contained in:
Martin Roth 2019-04-02 19:20:53 -06:00 committed by Patrick Georgi
parent e8c655dd1b
commit 0828d03de2
1 changed files with 3 additions and 3 deletions

View File

@ -38,9 +38,9 @@ SECTIONS
STACK(0x4000CC00, 3K)
#endif
TIMESTAMP(0x4000D800, 2K)
BOOTBLOCK(0x4000E000, 28K)
VERSTAGE(0x40015000, 66K)
ROMSTAGE(0x40025800, 106K)
BOOTBLOCK(0x4000E000, 30K)
VERSTAGE(0x40015800, 66K)
ROMSTAGE(0x40026000, 104K)
SRAM_END(0x40040000)
DRAM_START(0x80000000)