diff options
| author | Wolfgang Denk <[email protected]> | 2008-03-26 10:41:48 +0100 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2008-03-26 10:41:48 +0100 |
| commit | b951f8d31711f3f10ad119ddcf5a3d0afe14d561 (patch) | |
| tree | 950ca2e675ec92ea7b5610a3a2ea2b739f0aaab5 /examples | |
| parent | 218ca724c08ca8a649f0917cf201cf23d4b33f39 (diff) | |
| parent | 27f33e9f45ef7f9685cbdc65066a1828e85dde4f (diff) | |
Merge branch 'master_merge_new-image' of /home/tur/git/u-boot
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> |
