sdm845: increase SRAM for bootblock

Bootblock has grown beyond 32K, grow to 40K

Change-Id: Iedc52151e223ebf4ff5b35a419b5378a6f1c661b
Signed-off-by: T Michael Turney <mturney@codeaurora.org>
Reviewed-on: https://review.coreboot.org/26760
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
T Michael Turney 2018-06-01 11:59:29 -07:00 committed by Patrick Georgi
parent be073dacb0
commit ace395b96a
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ SECTIONS
BSRAM_START(0x14800000)
REGION(fw_reserved2, 0x14800000, 0x16000, 4096)
BOOTBLOCK(0x14816000, 32K)
TTB(0x1481E000, 64K)
BOOTBLOCK(0x14816000, 40K)
TTB(0x14820000, 56K)
VBOOT2_WORK(0x1482E000, 16K)
STACK(0x14832000, 16K)
TIMESTAMP(0x14836000, 1K)