Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | a320evb: fix udelay / __udelay confusion | Wolfgang Denk | 2010-05-21 | -1/+1 |
| | | | | | | | | | | | | 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: Wolfgang Denk <wd@denx.de> | |||
* | ARM: */timer.c: fix spelling and vertical alignment | Wolfgang Denk | 2010-05-21 | -1/+1 |
| | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
* | arm: Move cpu/$CPU to arch/arm/cpu/$CPU | Peter Tyser | 2010-04-13 | -0/+7473 |
Signed-off-by: Peter Tyser <ptyser@xes-inc.com> |