summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/fit/fit.ld
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2020-04-21 10:29:17 +0300
committerHung-Te Lin <hungte@chromium.org>2020-12-14 08:24:25 +0000
commitcfe526dce2b76cce3b4d1009bad676e2ec21afab (patch)
treebc050cc2b8347c128d8e37a8bb314acaa0d992a2 /src/cpu/intel/fit/fit.ld
parentc2d6f5f4da3c89b3f432f05fb31879b8d4d50698 (diff)
downloadcoreboot-cfe526dce2b76cce3b4d1009bad676e2ec21afab.tar.gz
coreboot-cfe526dce2b76cce3b4d1009bad676e2ec21afab.tar.bz2
coreboot-cfe526dce2b76cce3b4d1009bad676e2ec21afab.zip
arch/x86: Combine bootblock linker scripts
Packing bootblock sections is somewhat easier to understand when these all appear in one .ld file. Change-Id: Ie8629a89fa47a28db63ecc33c631b29ac5a77448 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47597 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/cpu/intel/fit/fit.ld')
-rw-r--r--src/cpu/intel/fit/fit.ld8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/cpu/intel/fit/fit.ld b/src/cpu/intel/fit/fit.ld
deleted file mode 100644
index 2e8749bb12a3..000000000000
--- a/src/cpu/intel/fit/fit.ld
+++ /dev/null
@@ -1,8 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-SECTIONS {
- . = 0xffffffc0;
- .fit_pointer (.): {
- KEEP(*(.fit_pointer))
- }
-}