Refactor copy_and_run so that it uses a single code base instead of
[coreboot.git] / src / mainboard / msi / ms7260 / cache_as_ram_auto.c
index 22b82ddedf8edb8913c60430a22f693977eda78b..c9e429d5ca3b4898686594521247949d05afcc57 100644 (file)
@@ -50,6 +50,7 @@
 #define DBGP_DEFAULT 7
 
 #include <stdint.h>
+#include <string.h>
 #include <device/pci_def.h>
 #include <device/pci_ids.h>
 #include <arch/io.h>
@@ -84,9 +85,6 @@
 #if USE_FAILOVER_IMAGE == 0
 
 #include "cpu/x86/bist.h"
-#if CONFIG_USE_INIT == 0
-#include "lib/memcpy.c"
-#endif
 #include "northbridge/amd/amdk8/debug.c"
 #include "cpu/amd/mtrr/amd_earlymtrr.c"
 #include "northbridge/amd/amdk8/setup_resource_map.c"