Attention is currently required from: Jérémy Compostella.
Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/81449?usp=email )
Change subject: [WIP]arch/x86/car.ld: Drop the mrc_var section ......................................................................
[WIP]arch/x86/car.ld: Drop the mrc_var section
This section isn't used.
Change-Id: I3168ef332edde78e5cf726286ded3fd724550ba4 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/arch/x86/car.ld 1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/49/81449/1
diff --git a/src/arch/x86/car.ld b/src/arch/x86/car.ld index 8e1af15..218ce2f 100644 --- a/src/arch/x86/car.ld +++ b/src/arch/x86/car.ld @@ -114,10 +114,6 @@ . += CONFIG_FSP_M_RC_HEAP_SIZE; }
-. = _car_region_end; -.car.mrc_var . (NOLOAD) : { - . += CONFIG_DCACHE_RAM_MRC_VAR_SIZE; -} .car.fspt_reserved . (NOLOAD) : { . += CONFIG_FSP_T_RESERVED_SIZE; }