soc/nvidia/tegra124: Increase bootblock size

Increase bootblock size by 4KiB and reduce romstage by 4 KiB.

Change-Id: I604fd9c63a4cf6fb7b18249a6d73cd637e184a71
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/28875
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
Patrick Rudolph 2018-10-02 13:11:35 +02:00 committed by Patrick Georgi
parent 6a7f5845e7
commit 5ed02e11b1
1 changed files with 3 additions and 3 deletions

View File

@ -31,9 +31,9 @@ SECTIONS
PRERAM_CBFS_CACHE(0x40006000, 16K)
VBOOT2_WORK(0x4000A000, 16K)
STACK(0x4000E000, 8K)
BOOTBLOCK(0x40010000, 26K)
VERSTAGE(0x40016800, 72K)
ROMSTAGE(0x40028800, 93K)
BOOTBLOCK(0x40010000, 30K)
VERSTAGE(0x40017800, 72K)
ROMSTAGE(0x40029800, 89K)
TIMESTAMP(0x4003FC00, 1K)
SRAM_END(0x40040000)