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>
This commit is contained in:
parent
c37b0e3d07
commit
ace0c06de1
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue