soc/nvidia/tegra124: Increase bootblock size
Verstage even fits in 44K so one can comfortably increase the bootblock size. This is need for the followup patches that turn console methods into drivers, which increase the bootblock a little, but still too much for the the bootblock to fit in the alloted size on this platform. Change-Id: If1eaf2b495e3032d156433fd0728134a66f4e49b Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/56521 Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
7aeb1e627c
commit
a1509d4545
|
@ -21,8 +21,8 @@ SECTIONS
|
|||
VBOOT2_WORK(0x40009800, 12K)
|
||||
TPM_TCPA_LOG(0x4000D800, 2K)
|
||||
STACK(0x4000E000, 8K)
|
||||
BOOTBLOCK(0x40010000, 30K)
|
||||
VERSTAGE(0x40017800, 72K)
|
||||
BOOTBLOCK(0x40010000, 32K)
|
||||
VERSTAGE(0x40018000, 70K)
|
||||
ROMSTAGE(0x40029800, 89K)
|
||||
TIMESTAMP(0x4003FC00, 1K)
|
||||
SRAM_END(0x40040000)
|
||||
|
|
Loading…
Reference in New Issue