summaryrefslogtreecommitdiffstats
path: root/cpu
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-01-09 21:28:15 +0000
committerwdenk <wdenk>2005-01-09 21:28:15 +0000
commit6310eb9da74b1cf33194ae88275cc63b76e7a764 (patch)
tree0907eccba1dad0dd14c81f34e09976106d32dfa1 /cpu
parenta562e1bd9d8e10ea2e51d08e66d35a6e1795153b (diff)
downloadblackbird-obmc-uboot-6310eb9da74b1cf33194ae88275cc63b76e7a764.tar.gz
blackbird-obmc-uboot-6310eb9da74b1cf33194ae88275cc63b76e7a764.zip
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
Diffstat (limited to 'cpu')
-rw-r--r--cpu/pxa/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpu/pxa/config.mk b/cpu/pxa/config.mk
index c40dcf8614..6030c49c2e 100644
--- a/cpu/pxa/config.mk
+++ b/cpu/pxa/config.mk
@@ -25,4 +25,5 @@
PLATFORM_RELFLAGS += -fno-strict-aliasing -fno-common -ffixed-r8 \
-mshort-load-bytes -msoft-float
-PLATFORM_CPPFLAGS += -mapcs-32 -march=armv4 -mtune=strongarm1100
+#PLATFORM_CPPFLAGS += -mapcs-32 -march=armv4 -mtune=strongarm1100
+PLATFORM_CPPFLAGS += -mapcs-32 -march=armv5 -mtune=xscale
OpenPOWER on IntegriCloud