]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Remove redundant armv4 flag from arm926ejs compile flags
authorRemy Bohmer <linux@bohmer.net>
Thu, 4 Dec 2008 21:25:57 +0000 (22:25 +0100)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sat, 6 Dec 2008 19:34:12 +0000 (20:34 +0100)
Currently the arm926ejs tree has the armv4 option set during compilation.
This flag does not belong here because a arm926 CPU is always a armv5 CPU.

Signed-off-by: Remy Bohmer <linux@bohmer.net>
cpu/arm926ejs/at91/config.mk
cpu/arm926ejs/config.mk

index 31491a843a94243a6cc22ec2588db8528582ca33..06177e6c39ccdd006e6b52d77dc2ad9aef70e1f6 100644 (file)
@@ -1,3 +1,2 @@
-PLATFORM_CPPFLAGS += -march=armv5te
 PLATFORM_CPPFLAGS += $(call cc-option,-mtune=arm926ejs,)
 LDSCRIPT := $(SRCTREE)/cpu/arm926ejs/at91/u-boot.lds
index 8db4adbe1799038e830921b4fd4613940d9e3497..84b68ae9d6b24ff77d504e7764e442b2917e10b4 100644 (file)
@@ -24,7 +24,7 @@
 PLATFORM_RELFLAGS += -fno-strict-aliasing  -fno-common -ffixed-r8 \
        -msoft-float
 
-PLATFORM_CPPFLAGS += -march=armv4
+PLATFORM_CPPFLAGS += -march=armv5te
 # =========================================================================
 #
 # Supply options according to compiler version