aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mpc83xx/patches-2.6.33
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
commitcb643920ac18e215643da36a8e79ee6aea491566 (patch)
tree78d92989c5086892ee3c8e081a6c6827353539e0 /target/linux/mpc83xx/patches-2.6.33
parentf87eac79bb74bf56748b6c3bcfbb4671ac732113 (diff)
downloadupstream-cb643920ac18e215643da36a8e79ee6aea491566.tar.gz
upstream-cb643920ac18e215643da36a8e79ee6aea491566.tar.bz2
upstream-cb643920ac18e215643da36a8e79ee6aea491566.zip
mpc83xx: upgrade to kernel 2.6.33.3, enable rb333 support, sync config options, refresh kernel patches
SVN-Revision: 21256
Diffstat (limited to 'target/linux/mpc83xx/patches-2.6.33')
-rw-r--r--target/linux/mpc83xx/patches-2.6.33/019-powerpc_create_fit_uImages.patch14
-rw-r--r--target/linux/mpc83xx/patches-2.6.33/100-vitesse_8601.patch2
2 files changed, 8 insertions, 8 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() {
diff --git a/target/linux/mpc83xx/patches-2.6.33/100-vitesse_8601.patch b/target/linux/mpc83xx/patches-2.6.33/100-vitesse_8601.patch
index 0eb2880f98..3ac3211ab5 100644
--- a/target/linux/mpc83xx/patches-2.6.33/100-vitesse_8601.patch
+++ b/target/linux/mpc83xx/patches-2.6.33/100-vitesse_8601.patch
@@ -58,7 +58,7 @@
static int vsc824x_ack_interrupt(struct phy_device *phydev)
{
int err = 0;
-@@ -143,6 +172,21 @@ static struct phy_driver vsc8244_driver
+@@ -143,6 +172,21 @@ static struct phy_driver vsc8244_driver
.driver = { .owner = THIS_MODULE,},
};