Refactor copy_and_run so that it uses a single code base instead of
[coreboot.git] / src / mainboard / asus / a8n_e / cache_as_ram_auto.c
index 44f0bb3e96f03f2a60af9c005e8670e59651f734..1e02e6e0be130eacd635071c61f7237d8af0e620 100644 (file)
@@ -38,6 +38,7 @@
 #endif
 
 #include <stdint.h>
+#include <string.h>
 #include <device/pci_def.h>
 #include <arch/io.h>
 #include <device/pnp_def.h>
 /* Used by ck894_early_setup(). */
 #define CK804_NUM 1
 
-#if CONFIG_USE_INIT == 0
-#include "lib/memcpy.c"
-#endif
-
 #include <cpu/amd/model_fxx_rev.h>
 #include "pc80/serial.c"
 #include "arch/i386/lib/console.c"