diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2022-05-15 21:46:44 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-07-20 20:29:13 +0000 |
commit | 28de28d8de3c9d3fd1cc25d68bbaa884e0358c24 (patch) | |
tree | b07ffaf0c21f2b65c6f1bb2e472a4c31086f84e3 /src/arch/x86/car.ld | |
parent | 3e914d372661ba68ca92d476708bd68af2593b10 (diff) |
arch/x86/*.ld: Don't use CPP to include linker scripts
This makes inspection of linker scripts in the build dir a little
easier.
Change-Id: I509faa4cee2c9f066f4e20f6038349e1165a619a
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64362
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src/arch/x86/car.ld')
-rw-r--r-- | src/arch/x86/car.ld | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/car.ld b/src/arch/x86/car.ld index 331c256ece..132937f4ee 100644 --- a/src/arch/x86/car.ld +++ b/src/arch/x86/car.ld @@ -2,6 +2,7 @@ /* CACHE_ROM_SIZE defined here. */ #include <cpu/x86/mtrr.h> +#include <memlayout.h> /* This file is included inside a SECTIONS block */ . = CONFIG_DCACHE_RAM_BASE; |