diff options
| author | Gerald Van Baren <[email protected]> | 2008-03-29 18:08:02 -0400 |
|---|---|---|
| committer | Gerald Van Baren <[email protected]> | 2008-03-29 18:08:02 -0400 |
| commit | 3596d55eb22703d3f4f1b839fe4b000fabe081b3 (patch) | |
| tree | 96d1ce693dc72c2fbc63da37928afd4761e82fd2 /examples | |
| parent | 493a2b1dc97367e904bf83869501f6290f3b374e (diff) | |
| parent | 74d1e66d22dac91388bc538b2fe19f735edc5b82 (diff) | |
Merge git://www.denx.de/git/u-boot into uboot
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/eepro100_eeprom.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/eepro100_eeprom.c b/examples/eepro100_eeprom.c index a52e68d4e71..2b15d05adbb 100644 --- a/examples/eepro100_eeprom.c +++ b/examples/eepro100_eeprom.c @@ -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> |
