]> git.sur5r.net Git - u-boot/blobdiff - examples/eepro100_eeprom.c
Merge branch 'master_merge_new-image' of /home/tur/git/u-boot
[u-boot] / examples / eepro100_eeprom.c
index a52e68d4e719c22440f342713dfe6d192291358a..2b15d05adbb287c988899bc2ad09a3e0cbbc935b 100644 (file)
@@ -17,8 +17,9 @@
  * and release the resulting code under the GPL.
  */
 
-#define _PPC_STRING_H_         /* avoid unnecessary str/mem functions */
-#define _LINUX_STRING_H_       /* avoid unnecessary str/mem functions */
+/* avoid unnecessary memcpy function */
+#define __HAVE_ARCH_MEMCPY
+#define _PPC_STRING_H_
 
 #include <common.h>
 #include <exports.h>