diff options
| author | Wolfgang Denk <wd@pollux.denx.de> | 2005-10-15 18:23:43 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-10-15 18:23:43 +0200 | 
| commit | 84bd92bdda05e6aaae3150ed6ef957b3a67398b7 (patch) | |
| tree | ea5e3abbeff7e3f8412a2e34645b9773f50578e8 /net/tftp.c | |
| parent | 77ddac9480d63a80b6bb76d7ee4dcc2d1070867e (diff) | |
| parent | 36247821ef77cc13d5f9fdbf7771564f9f8386bd (diff) | |
| download | olio-uboot-2014.01-84bd92bdda05e6aaae3150ed6ef957b3a67398b7.tar.xz olio-uboot-2014.01-84bd92bdda05e6aaae3150ed6ef957b3a67398b7.zip | |
Merge with /home/m8/git/u-boot
Diffstat (limited to 'net/tftp.c')
| -rw-r--r-- | net/tftp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/net/tftp.c b/net/tftp.c index bcf928d7c..eca21d294 100644 --- a/net/tftp.c +++ b/net/tftp.c @@ -58,7 +58,7 @@ static char default_filename[DEFAULT_NAME_LEN];  static char *tftp_filename;  #ifdef CFG_DIRECT_FLASH_TFTP -extern flash_info_t flash_info[CFG_MAX_FLASH_BANKS]; +extern flash_info_t flash_info[];  #endif  static __inline__ void |