aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mpc83xx/patches-2.6.33/019-powerpc_create_fit_uImages.patch
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-04-29 13:12:44 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-04-29 13:12:44 +0000
commita3cb95ec0f456c7aadf17c42757ab7d73b414efe (patch)
tree894a5898141ab54b055f4774e2e2152d43bdf9f2 /target/linux/mpc83xx/patches-2.6.33/019-powerpc_create_fit_uImages.patch
parentea459f4e40c7d5bf233cbfa0565b0df4989fa277 (diff)
downloadmaster-187ad058-a3cb95ec0f456c7aadf17c42757ab7d73b414efe.tar.gz
master-187ad058-a3cb95ec0f456c7aadf17c42757ab7d73b414efe.tar.bz2
master-187ad058-a3cb95ec0f456c7aadf17c42757ab7d73b414efe.zip
mpc83xx: upgrade to kernel 2.6.33.3, enable rb333 support, sync config options, refresh kernel patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21256 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc83xx/patches-2.6.33/019-powerpc_create_fit_uImages.patch')
-rw-r--r--target/linux/mpc83xx/patches-2.6.33/019-powerpc_create_fit_uImages.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/target/linux/mpc83xx/patches-2.6.33/019-powerpc_create_fit_uImages.patch b/target/linux/mpc83xx/patches-2.6.33/019-powerpc_create_fit_uImages.patch
index d53c817573..251a05372c 100644
--- a/target/linux/mpc83xx/patches-2.6.33/019-powerpc_create_fit_uImages.patch
+++ b/target/linux/mpc83xx/patches-2.6.33/019-powerpc_create_fit_uImages.patch
@@ -70,10 +70,12 @@
# miboot and U-boot want just the bare bits, not an ELF binary
ext=bin
objflags="-O binary"
-@@ -277,6 +280,21 @@ uboot)
+@@ -275,6 +278,21 @@ uboot)
+ if [ -z "$cacheit" ]; then
+ rm -f "$vmz"
fi
- exit 0
- ;;
++ exit 0
++ ;;
+uboot.fit)
+ rm -f "$ofile"
+ ${MKITS} -A ppc -C gzip -a $membase -e $membase -v $version \
@@ -87,8 +89,6 @@
+ if [ -z "$cacheit" ]; then
+ rm -f "$vmz"
+ fi
-+ exit 0
-+ ;;
+ exit 0
+ ;;
esac
-
- addsec() {