Skip to content
Snippets Groups Projects
  1. Mar 12, 2010
    • Wolfgang Denk's avatar
      standalone eepro100_eeprom: fix build error · 4e72fb15
      Wolfgang Denk authored
      
      Building examples/standalone/eepro100_eeprom triggers this error:
      
      In file included from include/common.h:629,
                       from eepro100_eeprom.c:24:
      include/net.h: In function 'NetReadIP':
      include/net.h:430: warning: implicit declaration of function 'memcpy'
      eepro100_eeprom.c: At top level:
      eepro100_eeprom.c:81: error: conflicting types for 'memcpy'
      include/net.h:430: error: previous implicit declaration of 'memcpy' was here
      
      Fix this.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      4e72fb15
  2. Jul 20, 2009
  3. Feb 07, 2008
  4. Dec 12, 2005
  5. Oct 13, 2005
  6. Jul 24, 2003
  7. Jun 27, 2003
    • Wolfgang Denk's avatar
      * Code cleanup: · 8bde7f77
      Wolfgang Denk authored
        - remove trailing white space, trailing empty lines, C++ comments, etc.
        - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)
      
      * Patches by Kenneth Johansson, 25 Jun 2003:
        - major rework of command structure
          (work done mostly by Michal Cendrowski and Joakim Kristiansen)
      8bde7f77
  8. Aug 17, 2002
Loading