summaryrefslogtreecommitdiff
path: root/src/cpu/intel/socket_mPGA604
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2018-06-01 06:32:20 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2018-06-02 22:00:01 +0000
commit3e893bbed55f678155dfb58750376ad60a85e119 (patch)
tree4fdd562fe26820b8a75783ddc5479f866312cdf7 /src/cpu/intel/socket_mPGA604
parent6a8ce0d250f4dbaa2f253e566cf76e20f753d131 (diff)
downloadcoreboot-3e893bbed55f678155dfb58750376ad60a85e119.tar.xz
intel/socket_mPGA604 intel/e7505: Switch to POSTCAR_STAGE
Change-Id: Ie522e8fda1d6e80cc45c990ff19a5050165d8030 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/26748 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/cpu/intel/socket_mPGA604')
-rw-r--r--src/cpu/intel/socket_mPGA604/Makefile.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cpu/intel/socket_mPGA604/Makefile.inc b/src/cpu/intel/socket_mPGA604/Makefile.inc
index 717c5c2b6a..746fa353df 100644
--- a/src/cpu/intel/socket_mPGA604/Makefile.inc
+++ b/src/cpu/intel/socket_mPGA604/Makefile.inc
@@ -9,10 +9,6 @@ subdirs-y += ../../x86/smm
subdirs-y += ../microcode
subdirs-y += ../hyperthreading
-ifneq ($(CONFIG_POSTCAR_STAGE),y)
-cpu_incs-y += $(src)/cpu/intel/car/cache_as_ram_ht.inc
-else
cpu_incs-y += $(src)/cpu/intel/car/p4-netburst/cache_as_ram.S
postcar-y += ../car/p4-netburst/exit_car.S
-endif
romstage-y += ../car/romstage.c