1. 08 6月, 2010 9 次提交
  2. 31 5月, 2010 5 次提交
  3. 29 5月, 2010 5 次提交
  4. 28 5月, 2010 12 次提交
  5. 27 5月, 2010 8 次提交
  6. 22 5月, 2010 1 次提交
    • W
      a320evb: fix udelay / __udelay confusion · 40792d67
      Wolfgang Denk 提交于
      Fix the following compiler problems:
      
      arch/arm/cpu/arm920t/a320/liba320.a(timer.o): In function `udelay':
      /home/wd/git/u-boot/work/arch/arm/cpu/arm920t/a320/timer.c:160: multiple definition of `udelay'
      lib/libgeneric.a(time.o):/home/wd/git/u-boot/work/lib/time.c:34: first defined here
      lib/libgeneric.a(time.o): In function `udelay':
      time.c:(.text+0x1c): undefined reference to `__udelay'
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      40792d67