From e334fea94b126760cf34f93131a884886a6de3a7 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Wed, 10 Jun 2020 15:29:02 -0700 Subject: arch/x86: Include id.ld unconditionally in memlayout.ld Now that Picasso uses its own memlayout.ld, always include id.ld in arch/x86/memlayout.ld. Signed-off-by: Furquan Shaikh Change-Id: I04b59c2a273cad0a2e64dbc325c0b09fca254558 Reviewed-on: https://review.coreboot.org/c/coreboot/+/42266 Reviewed-by: Felix Held Reviewed-by: Aaron Durbin Reviewed-by: Raul Rangel Tested-by: build bot (Jenkins) --- src/arch/x86/memlayout.ld | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/arch/x86/memlayout.ld') diff --git a/src/arch/x86/memlayout.ld b/src/arch/x86/memlayout.ld index 08c9b8d23d..12974ca09a 100644 --- a/src/arch/x86/memlayout.ld +++ b/src/arch/x86/memlayout.ld @@ -43,9 +43,7 @@ SECTIONS /* Bootblock specific scripts which provide more SECTION directives. */ #include #include -#if !CONFIG(RESET_VECTOR_IN_RAM) #include -#endif #if CONFIG(CPU_INTEL_FIRMWARE_INTERFACE_TABLE) #include #endif -- cgit v1.2.3