summaryrefslogtreecommitdiff
path: root/cpu/mpc85xx/config.mk
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-03-15 22:56:53 +0000
committerwdenk <wdenk>2005-03-15 22:56:53 +0000
commit6c9e789e9e47de6146efefa48224b085501bc094 (patch)
tree00649fee2880baba1c18f926c1dc8e3c085ee126 /cpu/mpc85xx/config.mk
parent911d08f6ae244c6407fff268585e5b9544ce8adb (diff)
Update code for TQM8540 board (and 85xx in general):
- Change the name of the Ethernet driver: MOTO ENET -> ENET - Reformat boot messages - Enable redundant environment - Replace the -O2 optimization flag with -mno-string
Diffstat (limited to 'cpu/mpc85xx/config.mk')
-rw-r--r--cpu/mpc85xx/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc85xx/config.mk b/cpu/mpc85xx/config.mk
index a51527a6b..1d0b1929c 100644
--- a/cpu/mpc85xx/config.mk
+++ b/cpu/mpc85xx/config.mk
@@ -23,4 +23,4 @@
PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi
-PLATFORM_CPPFLAGS += -DCONFIG_MPC85xx -DCONFIG_E500 -ffixed-r2 -ffixed-r29 -Wa,-me500 -msoft-float -O2
+PLATFORM_CPPFLAGS += -DCONFIG_MPC85xx -DCONFIG_E500 -ffixed-r2 -ffixed-r29 -Wa,-me500 -msoft-float -mno-string