From 9e9dccb89fe47af5f481b0c656399a61d5c4b79d Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Mon, 16 May 2022 16:09:59 +0200 Subject: arch/x86/car.ld: Remove AGESA linker warning workaround MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now that all AGESA codebases have been fixed to not use the .data section, the warning workaround can be disabled. Change-Id: I675d169a5d2f16e1e9ae05f95e045e9ef3d12208 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/64401 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Kyösti Mälkki Reviewed-by: Martin L Roth --- src/northbridge/amd/agesa/family15tn/Kconfig | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/northbridge/amd/agesa/family15tn') diff --git a/src/northbridge/amd/agesa/family15tn/Kconfig b/src/northbridge/amd/agesa/family15tn/Kconfig index e3a5cc64d0..5bb7cca300 100644 --- a/src/northbridge/amd/agesa/family15tn/Kconfig +++ b/src/northbridge/amd/agesa/family15tn/Kconfig @@ -17,7 +17,4 @@ config ECAM_MMCONF_BASE_ADDRESS config ECAM_MMCONF_BUS_NUMBER default 64 -config AGESA_BROKEN_DATA_SECTION - default n - endif # NORTHBRIDGE_AMD_AGESA_FAMILY15_TN -- cgit v1.2.3