cbfs_and_run_core() is not part of the API, make it static.
[coreboot.git] / src / arch / x86 / lib / cbfs_and_run.c
index 5e3d8fe9227b13b600b75bd07665c69974a91728..ad36ddc03091c53bb330d921540e607a408646b2 100644 (file)
@@ -21,7 +21,7 @@
 #include <cbfs.h>
 #include <arch/stages.h>
 
-void cbfs_and_run_core(const char *filename, unsigned ebp)
+static void cbfs_and_run_core(const char *filename, unsigned ebp)
 {
        u8 *dst;