1. 23 6月, 2010 6 次提交
  2. 21 6月, 2010 2 次提交
  3. 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
  4. 18 6月, 2010 5 次提交
  5. 17 6月, 2010 3 次提交
  6. 15 6月, 2010 3 次提交
  7. 13 6月, 2010 2 次提交
    • W
      Prepare v2010-rc2 · a9046b9e
      Wolfgang Denk 提交于
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      a9046b9e
    • M
      PXA: Align stack to 8 bytes · 3a96ad85
      Marek Vasut 提交于
      Part of this patch is by: Mikhail Kshevetskiy.
      
      Stack must be aligned to 8 bytes on PXA (possibly all armv5te) for LDRD/STRD
      instructions. In case LDRD/STRD is issued on an unaligned address, the behaviour
      is undefined.
      
      The issue was observed when working with the NAND code, which was rendered
      disfunctional. Also, the vsprintf() function had serious problems with printing
      64bit wide long longs. After aligning the stack, this wrong behaviour is no
      longer present.
      
      Tested on:
      	Marvell Littleton PXA310 board
      	Toradex Colibri PXA320 board
      	Aeronix Zipit Z2 PXA270 handheld
      	Voipac PXA270 board
      Signed-off-by: NMarek Vasut <marek.vasut@gmail.com>
      3a96ad85
  8. 11 6月, 2010 3 次提交
  9. 09 6月, 2010 1 次提交
  10. 08 6月, 2010 13 次提交