From f30123b739b09f6dbf55f85ebea30773e6aa84a3 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Fri, 1 Feb 2019 06:44:07 +0200 Subject: intel/quark: Fix COMMONLIB_STORAGE in CAR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The allocation is not required before romstage, so it can be just another CAR_GLOBAL instead of polluting the linker script. Change-Id: I0738a655f6cc924fbed92ea630f85406e3f58c0b Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/31191 Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) --- src/arch/x86/car.ld | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/arch') diff --git a/src/arch/x86/car.ld b/src/arch/x86/car.ld index 0d0d5852d0..6fe8f14a21 100644 --- a/src/arch/x86/car.ld +++ b/src/arch/x86/car.ld @@ -61,11 +61,6 @@ * to reside in the migrated area (between _car_relocatable_data_start * and _car_relocatable_data_end). */ TIMESTAMP(., 0x200) -#if IS_ENABLED(CONFIG_COMMONLIB_STORAGE) - _car_drivers_storage_start = .; - . += 256; - _car_drivers_storage_end = .; -#endif _car_ehci_dbg_info_start = .; /* Reserve sizeof(struct ehci_dbg_info). */ . += 80; -- cgit v1.2.3