]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/config.mk
doc: dt-bindings: Describe Freescale TSEC ethernet controller
[u-boot] / arch / powerpc / config.mk
index 83b49b58c54da331daceec004c4948e52201ba70..6b44a3709a4afd58c7d765784a46eb816a9f718d 100644 (file)
@@ -15,7 +15,8 @@ LDFLAGS_FINAL += --bss-plt
 PLATFORM_RELFLAGS += -fpic -mrelocatable -ffunction-sections \
 -fdata-sections -mcall-linux
 
-PLATFORM_CPPFLAGS += -D__powerpc__ -ffixed-r2 -m32
+PF_CPPFLAGS_POWERPC    := $(call cc-option,-fno-ira-hoist-pressure,)
+PLATFORM_CPPFLAGS += -D__powerpc__ -ffixed-r2 -m32 $(PF_CPPFLAGS_POWERPC)
 PLATFORM_LDFLAGS  += -m32 -melf32ppclinux
 
 #