diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-06 09:59:55 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-06 09:59:55 +0000 |
commit | bd2e5d7b03871f6caecbac1e8ac24a00baeb9822 (patch) | |
tree | dc42ce7cd066ee88e8b863195263b3bb8ccce201 /target/linux/ppc40x/patches/004-acadia_cuboot.patch | |
parent | 8896ddb1990ab4b638c7a72109a7640aa5788516 (diff) |
[kernel] update to 2.6.27.8 and refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13528 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ppc40x/patches/004-acadia_cuboot.patch')
-rw-r--r-- | target/linux/ppc40x/patches/004-acadia_cuboot.patch | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/target/linux/ppc40x/patches/004-acadia_cuboot.patch b/target/linux/ppc40x/patches/004-acadia_cuboot.patch index 6c415ea655..1962d34add 100644 --- a/target/linux/ppc40x/patches/004-acadia_cuboot.patch +++ b/target/linux/ppc40x/patches/004-acadia_cuboot.patch @@ -1,8 +1,6 @@ -diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile -index 6403275..5f4a59c 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile -@@ -68,7 +68,8 @@ src-plat := of.c cuboot-52xx.c cuboot-824x.c cuboot-83xx.c cuboot-85xx.c holly.c +@@ -68,7 +68,8 @@ src-plat := of.c cuboot-52xx.c cuboot-82 fixed-head.S ep88xc.c ep405.c cuboot-c2k.c \ cuboot-katmai.c cuboot-rainier.c redboot-8xx.c ep8248e.c \ cuboot-warp.c cuboot-85xx-cpm2.c cuboot-yosemite.c simpleboot.c \ @@ -12,7 +10,7 @@ index 6403275..5f4a59c 100644 src-boot := $(src-wlib) $(src-plat) empty.c src-boot := $(addprefix $(obj)/, $(src-boot)) -@@ -211,6 +212,7 @@ image-$(CONFIG_DEFAULT_UIMAGE) += uImage +@@ -211,6 +212,7 @@ image-$(CONFIG_DEFAULT_UIMAGE) += uImag # Board ports in arch/powerpc/platform/40x/Kconfig image-$(CONFIG_EP405) += dtbImage.ep405 image-$(CONFIG_WALNUT) += treeImage.walnut @@ -20,9 +18,6 @@ index 6403275..5f4a59c 100644 # Board ports in arch/powerpc/platform/44x/Kconfig image-$(CONFIG_EBONY) += treeImage.ebony cuImage.ebony -diff --git a/arch/powerpc/boot/cuboot-acadia.c b/arch/powerpc/boot/cuboot-acadia.c -new file mode 100644 -index 0000000..0634aba --- /dev/null +++ b/arch/powerpc/boot/cuboot-acadia.c @@ -0,0 +1,174 @@ |