1. 30 6月, 2010 13 次提交
  2. 29 6月, 2010 1 次提交
  3. 24 6月, 2010 1 次提交
  4. 23 6月, 2010 10 次提交
  5. 21 6月, 2010 2 次提交
  6. 20 6月, 2010 2 次提交
    • W
      net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is set · 9c00b2f0
      Wolfgang Denk 提交于
      Move it inside the #ifdef CONFIG_NET_MULTI to avoid
      
      	eth.c:64: warning: 'eth_mac_skip' defined but not used
      
      messages from anumber of old, non-CONFIG_NET_MULTI boards.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Ben Warren <biggerbadderben@gmail.com>
      9c00b2f0
    • W
      include/compiler.h: remove redundant declaration of errno · 9312bba0
      Wolfgang Denk 提交于
      Commit 37566090 "compiler.h: unify system ifdef cruft here" added both
      a "#include <errno.h>" and a "extern int errno;" to include/compiler.h
      which is causing build warnings for some systems, for example for the
      "netstar" board:
      
      	In file included from /home/wd/git/u-boot/work/lib/crc32.c:15:
      	include/compiler.h:28: warning: function declaration isn't a prototype
      
      The declaration of "errno" should be redundant, as <errno.h> is
      supposed to provide a correct declaration, so drop it.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Mike Frysinger <vapier@gentoo.org>
      9312bba0
  7. 18 6月, 2010 5 次提交
  8. 17 6月, 2010 3 次提交
  9. 15 6月, 2010 3 次提交