]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/arm720t/config.mk
Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblaze
[u-boot] / arch / arm / cpu / arm720t / config.mk
index 56b6280d5abdefeb6c17e87dfe35fbf7fc6a5d6b..772fb413e8352a48672ff6c76e51ac2398670cbd 100644 (file)
@@ -6,14 +6,4 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-PLATFORM_RELFLAGS +=  -fno-common -ffixed-r8 -msoft-float
-
 PLATFORM_CPPFLAGS += -march=armv4 -mtune=arm7tdmi
-# =========================================================================
-#
-# Supply options according to compiler version
-#
-# =========================================================================
-PF_RELFLAGS_SLB_AT := $(call cc-option,-mshort-load-bytes,\
-                       $(call cc-option,-malignment-traps,))
-PLATFORM_RELFLAGS += $(PF_RELFLAGS_SLB_AT)