From d22bb255b25d4a26ec8b0942f02a428b88d238fc Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Thu, 13 Jul 2023 12:18:08 +0200 Subject: soc/amd/noncar/memlayout_x86.ld: Move ramstage link address This address is more certain to not collide with other symbols. Signed-off-by: Arthur Heymans Change-Id: I02eddf43a00c443a1193d6db77d6fad3715216f3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/76494 Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth --- src/soc/amd/common/block/cpu/noncar/memlayout_x86.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc') diff --git a/src/soc/amd/common/block/cpu/noncar/memlayout_x86.ld b/src/soc/amd/common/block/cpu/noncar/memlayout_x86.ld index d9b29bf5c2..c435cc5eae 100644 --- a/src/soc/amd/common/block/cpu/noncar/memlayout_x86.ld +++ b/src/soc/amd/common/block/cpu/noncar/memlayout_x86.ld @@ -112,7 +112,7 @@ SECTIONS EARLY_RESERVED_DRAM_END(.) /* Relocated at runtime in cbmem so the address does not matter. */ - RAMSTAGE(64M, 8M) + RAMSTAGE(512M, 8M) } #if ENV_BOOTBLOCK -- cgit v1.2.3