summaryrefslogtreecommitdiffstats
path: root/arch/ppc/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:35 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:35 +0200
commit79bd10153a001529971d474b79701f324f5c21c4 (patch)
treeca17a374b1a3a6de52d1123d658067faa50f28d9 /arch/ppc/Makefile
parent8d92541a0bc6d876e407b0beaf272b0111705656 (diff)
downloadbarebox-79bd10153a001529971d474b79701f324f5c21c4.tar.gz
barebox-79bd10153a001529971d474b79701f324f5c21c4.tar.xz
svn_rev_233
Diffstat (limited to 'arch/ppc/Makefile')
-rw-r--r--arch/ppc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/ppc/Makefile b/arch/ppc/Makefile
index 0a3130e480..2d908f1257 100644
--- a/arch/ppc/Makefile
+++ b/arch/ppc/Makefile
@@ -1,11 +1,11 @@
CPPFLAGS += -fno-builtin -ffreestanding -nostdinc -Wall \
- -isystem $(gccincdir) -ffixed-r14 -meabi -Wstrict-prototypes -fPIC -D __PPC__ -D CONFIG_PPC \
+ -isystem $(gccincdir) -meabi -Wstrict-prototypes -fPIC -D __PPC__ -D CONFIG_PPC \
machine-$(CONFIG_ARCH_MPC5200) := mpc5200
board-$(CONFIG_MACH_PHYCORE_MPC5200B_TINY) := phycore_mpc5200b_tiny
-cpu-$(CONFIG_MPC5200) := mpc5xxx
+cpu-$(CONFIG_ARCH_MPC5200) := mpc5xxx
TEXT_BASE = $(CONFIG_TEXT_BASE)