summaryrefslogtreecommitdiffstats
path: root/cpu/mpc8xx
diff options
context:
space:
mode:
authorJoakim Tjernlund <Joakim.Tjernlund@transmode.se>2010-01-19 14:41:57 +0100
committerWolfgang Denk <wd@denx.de>2010-01-26 19:30:16 +0100
commita16e9a5b5f23106665dde15d974db17e8aeb83f1 (patch)
tree5d006ce57eae9913342808d474eee86254943ac5 /cpu/mpc8xx
parente6bee80814c3a0d7eab89d28142fe68c4a670f31 (diff)
downloadblackbird-obmc-uboot-a16e9a5b5f23106665dde15d974db17e8aeb83f1.tar.gz
blackbird-obmc-uboot-a16e9a5b5f23106665dde15d974db17e8aeb83f1.zip
ppc: remove -ffixed-r14 gcc option.
This is no loger needed, free up r14 for general usage. Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
Diffstat (limited to 'cpu/mpc8xx')
-rw-r--r--cpu/mpc8xx/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc8xx/config.mk b/cpu/mpc8xx/config.mk
index 2b3d545cc3..5540d65350 100644
--- a/cpu/mpc8xx/config.mk
+++ b/cpu/mpc8xx/config.mk
@@ -21,6 +21,6 @@
# MA 02111-1307 USA
#
-PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi
+PLATFORM_RELFLAGS += -fPIC -meabi
PLATFORM_CPPFLAGS += -DCONFIG_8xx -ffixed-r2 -mstring -mcpu=860 -msoft-float
OpenPOWER on IntegriCloud