]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/lh7a40x/config.mk
Reduce build times
[karo-tx-uboot.git] / arch / arm / cpu / lh7a40x / config.mk
index 47b2b7b722ddf75813a1b34a0114b1e44d69d902..1c4aa97eaa610b7ae816ad8b70e0ad182f20aea9 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)