diff options
author | T Michael Turney <mturney@codeaurora.org> | 2018-03-27 12:11:04 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-04-05 15:55:12 +0000 |
commit | ace0c06de1e7246c4da4f534f475b7022becb2c0 (patch) | |
tree | 4275aba749fa0c3771c5497949f7ce66b7332777 /src/soc/qualcomm | |
parent | c37b0e3d07e453971e4778bb167030d335f946b8 (diff) |
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 <mturney@codeaurora.org>
Reviewed-on: https://review.coreboot.org/25391
Reviewed-by: Julius Werner <jwerner@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/qualcomm')
-rw-r--r-- | src/soc/qualcomm/sdm845/include/soc/memlayout.ld | 2 |
1 files changed, 1 insertions, 1 deletions
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) |