From ace0c06de1e7246c4da4f534f475b7022becb2c0 Mon Sep 17 00:00:00 2001 From: T Michael Turney Date: Tue, 27 Mar 2018 12:11:04 -0700 Subject: soc/qualcomm/sdm845: remove hole in memlayout.ld Removed 33KB hole in SSRAM TEST=build & run Change-Id: I6851860f878d9a0688975fa855980870d657ee1a Signed-off-by: T Michael Turney Reviewed-on: https://review.coreboot.org/25391 Reviewed-by: Julius Werner Tested-by: build bot (Jenkins) --- src/soc/qualcomm/sdm845/include/soc/memlayout.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/qualcomm') diff --git a/src/soc/qualcomm/sdm845/include/soc/memlayout.ld b/src/soc/qualcomm/sdm845/include/soc/memlayout.ld index 9afe1d6c65..58a3032e39 100644 --- a/src/soc/qualcomm/sdm845/include/soc/memlayout.ld +++ b/src/soc/qualcomm/sdm845/include/soc/memlayout.ld @@ -27,7 +27,7 @@ SECTIONS { SSRAM_START(0x14680000) - OVERLAP_VERSTAGE_ROMSTAGE(0x14680000, 95K) + OVERLAP_VERSTAGE_ROMSTAGE(0x14680000, 128K) REGION(fw_reserved1, 0x146A0000, 0x20000, 4096) SSRAM_END(0x146C0000) -- cgit v1.2.3