MPC85xx: Add MPC8569 CPU support
[oweals/u-boot.git] / cpu / mpc85xx / config.mk
index 61210743490c4afb409e0d2d33c1b4d4c818e29f..9e574a20d010ce010da1a767fe21c914d686e34c 100644 (file)
@@ -23,4 +23,6 @@
 
 PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi
 
-PLATFORM_CPPFLAGS += -DCONFIG_MPC85xx -DCONFIG_E500 -ffixed-r2 -ffixed-r29 -Wa,-me500 -msoft-float -mno-string
+PLATFORM_CPPFLAGS += -DCONFIG_MPC85xx -DCONFIG_E500 -ffixed-r2 \
+                       -Wa,-me500 -msoft-float -mno-string
+PLATFORM_CPPFLAGS +=$(call cc-option,-mno-spe)