cbfs_and_run_core() is not part of the API, make it static.
[coreboot.git] / src / arch / x86 / include / arch / stages.h
index 00d2a93ea31da53be4104f8dc65273fadfdfa744..3ddba517839806e9e85431a666ad1a4027bb9ba6 100644 (file)
@@ -19,7 +19,6 @@
 
 #ifndef __ARCH_STAGES_H
 #define __ARCH_STAGES_H
-void cbfs_and_run_core(const char *filename, unsigned int ebp);
 void __attribute__((regparm(0))) copy_and_run(unsigned cpu_reset);
 void __attribute__((regparm(0))) copy_and_run_ap_code_in_car(unsigned ret_addr);
 #endif