diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2024-02-20 12:43:29 +0100 |
---|---|---|
committer | Arthur Heymans <arthur@aheymans.xyz> | 2024-10-02 09:18:42 +0000 |
commit | 8eb59d8122d2e0b27760e98133731ede159f229f (patch) | |
tree | f3b94e2112880ead920f744a5dfd24a197cd6788 /src/soc/qualcomm/sc7280 | |
parent | c383dfbcfadcf1fe6eea120ace55f0d6ce8aad69 (diff) |
soc/qualcomm/sc7{1,2}80: Increase early stages size for clang
Clang builds slightly larger binaries so increase the section.
The qcsdi is used for an external blob that is currently not in use so
reducing the size is fine for now.
Change-Id: Ide01233f209613678c5408f1afab19415c1071be
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80639
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/soc/qualcomm/sc7280')
-rw-r--r-- | src/soc/qualcomm/sc7280/memlayout.ld | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/qualcomm/sc7280/memlayout.ld b/src/soc/qualcomm/sc7280/memlayout.ld index 231b9fe653..b37b4816bb 100644 --- a/src/soc/qualcomm/sc7280/memlayout.ld +++ b/src/soc/qualcomm/sc7280/memlayout.ld @@ -25,8 +25,8 @@ SECTIONS AOPSRAM_END(0x0B100000) SSRAM_START(0x14680000) - OVERLAP_DECOMPRESSOR_VERSTAGE_ROMSTAGE(0x14680000, 104K) - REGION(qcsdi, 0x1469A000, 44K, 4K) + OVERLAP_DECOMPRESSOR_VERSTAGE_ROMSTAGE(0x14680000, 112K) + REGION(qcsdi, 0x1469C000, 39K + 256, 4K) REGION(modem_id, 0x146A5D00, 4, 4) SSRAM_END(0x146AB000) |