]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv7/omap-common/config.mk
arm: Remove additional config flags
[u-boot] / arch / arm / cpu / armv7 / omap-common / config.mk
index c400dccba8a3a4334d8ab308c83a27a78eea5751..217fc144478850f1bfa2a958ad25626369d8aafd 100644 (file)
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 # MA 02111-1307 USA
 #
-PLATFORM_RELFLAGS += -fno-common -ffixed-r8 -msoft-float
 
 # Make ARMv5 to allow more compilers to work, even though its v7a.
 PLATFORM_CPPFLAGS += -march=armv5
-# =========================================================================
-#
-# 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)