]> 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 411039649a07a0a4b2674e72b7d006d52df48020..6b44a3709a4afd58c7d765784a46eb816a9f718d 100644 (file)
@@ -15,12 +15,10 @@ 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
 
-# Support generic board on PPC
-__HAVE_ARCH_GENERIC_BOARD := y
-
 #
 # When cross-compiling on NetBSD, we have to define __PPC__ or else we
 # will pick up a va_list declaration that is incompatible with the