Apply cache-as-ram conditionally on socket mPGA604
[coreboot.git] / src / arch / x86 / Makefile.inc
index 00e7b862259bc7e88d9b91c195ea3fcec87feda1..8783d4bc027c7b8296a68d8dc31c1b4e3dc616cc 100755 (executable)
@@ -193,13 +193,7 @@ crt0s += $(src)/cpu/x86/sse_enable.inc
 endif
 
 crt0s += $(cpu_incs)
-
-#
-# FIXME move to CPU_INTEL_SOCKET_MPGA604
-#
-ifeq ($(CONFIG_BOARD_TYAN_S2735),y)
-crt0s += $(src)/cpu/intel/car/cache_as_ram.inc
-endif
+crt0s += $(cpu_incs-y)
 
 ifeq ($(CONFIG_LLSHELL),y)
 crt0s += $(src)/arch/x86/llshell/llshell.inc