diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2021-05-05 14:20:03 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-05-06 14:31:52 +0000 |
commit | a033d8c808faca13a80e59f5a6e2c2599b3dbbb8 (patch) | |
tree | 56a35ae5c212177c91671196bc002c4f2fad9064 /src/cpu/qemu-x86 | |
parent | 4e3658fd57bd39acf66cd8061b22c3533068feab (diff) |
arch/x86: Always include walkcbfs.S
Let the linker decide if this code is needed.
Change-Id: I26fb19d461db39ce554af7b948f0d10a12920299
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52940
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/cpu/qemu-x86')
-rw-r--r-- | src/cpu/qemu-x86/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/qemu-x86/Makefile.inc b/src/cpu/qemu-x86/Makefile.inc index 3f27e8b247..fb560d6b7c 100644 --- a/src/cpu/qemu-x86/Makefile.inc +++ b/src/cpu/qemu-x86/Makefile.inc @@ -2,7 +2,6 @@ bootblock-y += cache_as_ram_bootblock.S bootblock-y += bootblock.c -bootblock-$(CONFIG_ARCH_BOOTBLOCK_X86_64) += $(top)/src/arch/x86/walkcbfs.S romstage-y += ../intel/car/romstage.c |