Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>" | Peter Tyser | 2010-04-13 | -1/+1 |
| | | | | | | | | | | The appropriate include/asm-$ARCH directory should already by symlinked to include/asm so using the whole "asm-$ARCH" path is unnecessary. This change should also allow us to move the include/asm-$ARCH directories into their appropriate lib/$ARCH/ directories. Signed-off-by: Peter Tyser <ptyser@xes-inc.com> | |||
* | GCC-4.x fixes: clean up global data pointer initialization for all boards. | Wolfgang Denk | 2006-03-31 | -6/+1 |
| | ||||
* | Patches by David Snowdon, 07 Sep 2004: | wdenk | 2005-01-09 | -0/+76 |
- add u-boot.hex target in the top level Makefile - add support for the UNSW/NICTA PLEB 2 board (pleb2) - use -mtune=xscale and -march=armv5 options for PXA |