diff options
author | wdenk <wdenk> | 2005-03-15 22:56:53 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-03-15 22:56:53 +0000 |
commit | 6c9e789e9e47de6146efefa48224b085501bc094 (patch) | |
tree | 00649fee2880baba1c18f926c1dc8e3c085ee126 /cpu/mpc85xx/config.mk | |
parent | 911d08f6ae244c6407fff268585e5b9544ce8adb (diff) | |
download | u-boot-imx-6c9e789e9e47de6146efefa48224b085501bc094.zip u-boot-imx-6c9e789e9e47de6146efefa48224b085501bc094.tar.gz u-boot-imx-6c9e789e9e47de6146efefa48224b085501bc094.tar.bz2 |
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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc85xx/config.mk b/cpu/mpc85xx/config.mk index a51527a..1d0b192 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 |