From ace395b96a2c2a398da144fe0fec176a21a8876c Mon Sep 17 00:00:00 2001 From: T Michael Turney Date: Fri, 1 Jun 2018 11:59:29 -0700 Subject: sdm845: increase SRAM for bootblock Bootblock has grown beyond 32K, grow to 40K Change-Id: Iedc52151e223ebf4ff5b35a419b5378a6f1c661b Signed-off-by: T Michael Turney Reviewed-on: https://review.coreboot.org/26760 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner --- src/soc/qualcomm/sdm845/include/soc/memlayout.ld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/soc/qualcomm/sdm845') diff --git a/src/soc/qualcomm/sdm845/include/soc/memlayout.ld b/src/soc/qualcomm/sdm845/include/soc/memlayout.ld index 9e5b35928e..2abe74e4e9 100644 --- a/src/soc/qualcomm/sdm845/include/soc/memlayout.ld +++ b/src/soc/qualcomm/sdm845/include/soc/memlayout.ld @@ -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) -- cgit v1.2.3