Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-13 | Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>" | Peter Tyser | |
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> | |||
2006-03-31 | GCC-4.x fixes: clean up global data pointer initialization for all boards. | Wolfgang Denk | |
2005-01-09 | Patches by David Snowdon, 07 Sep 2004: | wdenk | |
- 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 |