- copy_and_run() gets the same calling convention on AMD and on all the others.
[coreboot.git] / src / mainboard / via / epia / romstage.c
index d8bd7608cfd554b65b9759a2f9cf35daf2685571..202b117a42b9a8dcb61384464bb65c92e1a2780a 100644 (file)
@@ -75,7 +75,7 @@ static void enable_shadow_ram(void)
        pci_write_config8(dev, 0x63, shadowreg);
 }
 
-void main(unsigned long bist)
+static void main(unsigned long bist)
 {
        if (bist == 0) {
                early_mtrr_init();