From 6310eb9da74b1cf33194ae88275cc63b76e7a764 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 9 Jan 2005 21:28:15 +0000 Subject: Patches by David Snowdon, 07 Sep 2004: - 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 --- board/pleb2/config.mk | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 board/pleb2/config.mk (limited to 'board/pleb2/config.mk') diff --git a/board/pleb2/config.mk b/board/pleb2/config.mk new file mode 100644 index 0000000..6958a63 --- /dev/null +++ b/board/pleb2/config.mk @@ -0,0 +1,3 @@ +TEXT_BASE = 0xa1F80000 +#TEXT_BASE = 0xa3080000 +#TEXT_BASE = 0 -- cgit v1.1