]> git.sur5r.net Git - u-boot/blobdiff - cpu/mpc85xx/config.mk
ppc/85xx: Remove some bogus code from external interrupt handler.
[u-boot] / cpu / mpc85xx / config.mk
index f6df702e52697de512a2eb99c9fca04c1c5d748b..beb3514e863feccaa6a12d5669111b4ef6115964 100644 (file)
@@ -23,5 +23,8 @@
 
 PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi
 
-PLATFORM_CPPFLAGS += -DCONFIG_MPC85xx -DCONFIG_E500 -ffixed-r2 \
-                       -Wa,-me500 -msoft-float -mno-string
+PLATFORM_CPPFLAGS += -ffixed-r2 -Wa,-me500 -msoft-float -mno-string
+PLATFORM_CPPFLAGS +=$(call cc-option,-mno-spe)
+
+# Use default linker script.  Board port can override in board/*/config.mk
+LDSCRIPT := $(SRCTREE)/cpu/mpc85xx/u-boot.lds