Reduce build times
[oweals/u-boot.git] / arch / arm / cpu / arm925t / config.mk
index 8f6c1a354c5b23d696ec7d52393b62fb7e39648b..f03030a2fa5aaf5a08a946fba9b6bed038485b38 100644 (file)
@@ -29,4 +29,5 @@ PLATFORM_CPPFLAGS += -march=armv4
 # Supply options according to compiler version
 #
 # =========================================================================
-PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
+PF_RELFLAGS_SLB_AT := $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
+PLATFORM_RELFLAGS += $(PF_RELFLAGS_SLB_AT)