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 --- cpu/pxa/config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpu/pxa/config.mk') diff --git a/cpu/pxa/config.mk b/cpu/pxa/config.mk index c40dcf8..6030c49 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 -- cgit v1.1