new cache_as_ram support
[coreboot.git] / src / mainboard / broadcom / blast / cache_as_ram_auto.c
index 37c1fd79dcd8741716baf404cf262768ce72ee22..3ed4001a9f02621b027b0a33a8f3870ceb6ad89c 100644 (file)
@@ -190,7 +190,6 @@ void real_main(unsigned long bist, unsigned long cpu_init_detectedx)
        };
 
         int needs_reset;
-       unsigned cpu_reset = 0;
        unsigned bsp_apicid = 0;
 
         struct mem_controller ctrl[8];
@@ -269,6 +268,6 @@ void real_main(unsigned long bist, unsigned long cpu_init_detectedx)
        dump_pci_devices();
 #endif
 
-       post_cache_as_ram(cpu_reset);
+       post_cache_as_ram();
 
 }