X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/51360819798cea16ab35a6ecb37d7bb834580e4c..0087a84b1950130de46613f4f0680c2032be5fa7:/target/linux/ppc40x/patches-2.6.30/005-openrb.patch?ds=inline diff --git a/target/linux/ppc40x/patches-2.6.30/005-openrb.patch b/target/linux/ppc40x/patches-2.6.30/005-openrb.patch index 1f0d1a66b..43407c202 100644 --- a/target/linux/ppc40x/patches-2.6.30/005-openrb.patch +++ b/target/linux/ppc40x/patches-2.6.30/005-openrb.patch @@ -353,7 +353,15 @@ +}; --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile -@@ -75,7 +75,8 @@ src-plat := of.c cuboot-52xx.c cuboot-82 +@@ -43,6 +43,7 @@ $(obj)/cuboot-taishan.o: BOOTCFLAGS += - + $(obj)/cuboot-katmai.o: BOOTCFLAGS += -mcpu=440 + $(obj)/cuboot-acadia.o: BOOTCFLAGS += -mcpu=405 + $(obj)/cuboot-magicbox.o: BOOTCFLAGS += -mcpu=405 ++$(obj)/cuboot-openrb.o: BOOTCFLAGS += -mcpu=405 + $(obj)/treeboot-walnut.o: BOOTCFLAGS += -mcpu=405 + $(obj)/virtex405-head.o: BOOTAFLAGS += -mcpu=405 + +@@ -76,7 +77,8 @@ src-plat := of.c cuboot-52xx.c cuboot-82 cuboot-katmai.c cuboot-rainier.c redboot-8xx.c ep8248e.c \ cuboot-warp.c cuboot-85xx-cpm2.c cuboot-yosemite.c simpleboot.c \ virtex405-head.S virtex.c redboot-83xx.c cuboot-sam440ep.c \ @@ -363,7 +371,7 @@ src-boot := $(src-wlib) $(src-plat) empty.c src-boot := $(addprefix $(obj)/, $(src-boot)) -@@ -193,6 +194,7 @@ image-$(CONFIG_EP405) += dtbImage.ep40 +@@ -194,6 +196,7 @@ image-$(CONFIG_EP405) += dtbImage.ep40 image-$(CONFIG_WALNUT) += treeImage.walnut image-$(CONFIG_ACADIA) += cuImage.acadia image-$(CONFIG_MAGICBOX) += cuImage.magicbox @@ -385,7 +393,7 @@ + select 405EP + select PCI + help -+ This option enables support for the OpenRB Light board. ++ This option enables support for the OpenRB boards. + config MAKALU bool "Makalu"