Refactor copy_and_run so that it uses a single code base instead of
[coreboot.git] / src / cpu / intel / model_6fx / cache_as_ram_disable.c
index 10e46656c1f44ad39a3cd19c959106d9b0ac50f7..981aac1399bb9778c116d0b797f360872daba54e 100644 (file)
@@ -102,6 +102,11 @@ cpu_reset_x:
                        :"=a" (new_cpu_reset)
                );
 
+#ifdef CONFIG_DEACTIVATE_CAR
+               print_debug("Deactivating CAR");
+#include CONFIG_DEACTIVATE_CAR_FILE
+               print_debug(" - Done.\r\n");
+#endif
                /* Copy and execute coreboot_ram */
                copy_and_run(new_cpu_reset);
                /* We will not return */