]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/include/asm/string.h
x86: acpi: Remove unused codes
[u-boot] / arch / x86 / include / asm / string.h
index 3aa6c1131b21cd3d192a454414c8c9ccb61dd75f..0ad612f6273af9be2e0137681076ab6f1bb4bef9 100644 (file)
@@ -14,7 +14,7 @@ extern char * strrchr(const char * s, int c);
 #undef __HAVE_ARCH_STRCHR
 extern char * strchr(const char * s, int c);
 
-#undef __HAVE_ARCH_MEMCPY
+#define __HAVE_ARCH_MEMCPY
 extern void * memcpy(void *, const void *, __kernel_size_t);
 
 #undef __HAVE_ARCH_MEMMOVE