diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-29 14:52:31 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-29 14:52:31 +0000 |
commit | 79b3d01792000959a8e580e022c9c028ee22a5a4 (patch) | |
tree | 8d7b9912ff5ed8c503bcf86fe88b63130404d8c1 /target/linux/ppc40x/patches-2.6.30/004-magicbox.patch | |
parent | 3c23bdf6e55aa26bb3852eca00e57bfd5a4a6b46 (diff) |
ppc4xx optimizations
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17040 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ppc40x/patches-2.6.30/004-magicbox.patch')
-rw-r--r-- | target/linux/ppc40x/patches-2.6.30/004-magicbox.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ppc40x/patches-2.6.30/004-magicbox.patch b/target/linux/ppc40x/patches-2.6.30/004-magicbox.patch index 72ca542c14..d6ce22d4a8 100644 --- a/target/linux/ppc40x/patches-2.6.30/004-magicbox.patch +++ b/target/linux/ppc40x/patches-2.6.30/004-magicbox.patch @@ -377,9 +377,9 @@ +}; --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile -@@ -42,6 +42,7 @@ $(obj)/ebony.o: BOOTCFLAGS += -mcpu=405 - $(obj)/cuboot-taishan.o: BOOTCFLAGS += -mcpu=405 - $(obj)/cuboot-katmai.o: BOOTCFLAGS += -mcpu=405 +@@ -42,6 +42,7 @@ $(obj)/ebony.o: BOOTCFLAGS += -mcpu=440 + $(obj)/cuboot-taishan.o: BOOTCFLAGS += -mcpu=440 + $(obj)/cuboot-katmai.o: BOOTCFLAGS += -mcpu=440 $(obj)/cuboot-acadia.o: BOOTCFLAGS += -mcpu=405 +$(obj)/cuboot-magicbox.o: BOOTCFLAGS += -mcpu=405 $(obj)/treeboot-walnut.o: BOOTCFLAGS += -mcpu=405 |