From 3afb594a0d635a30f239c88b9f7666d7f9011e0e Mon Sep 17 00:00:00 2001 From: kaloz Date: Sun, 10 Jan 2010 16:02:11 +0000 Subject: [mpc83xx]: upgrade to 2.6.31, add preliminary support for the Freescale MPC8377E-WLAN board - not finished, yet git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19092 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../004-mpc8377e-wlan_u-boot_size_fix.patch | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 target/linux/mpc83xx/patches/004-mpc8377e-wlan_u-boot_size_fix.patch (limited to 'target/linux/mpc83xx/patches/004-mpc8377e-wlan_u-boot_size_fix.patch') diff --git a/target/linux/mpc83xx/patches/004-mpc8377e-wlan_u-boot_size_fix.patch b/target/linux/mpc83xx/patches/004-mpc8377e-wlan_u-boot_size_fix.patch new file mode 100644 index 000000000..8cf95f611 --- /dev/null +++ b/target/linux/mpc83xx/patches/004-mpc8377e-wlan_u-boot_size_fix.patch @@ -0,0 +1,24 @@ +From 850f785a1f8c8448db4d70983595b2b088cf60b7 Mon Sep 17 00:00:00 2001 +From: Anton Vorontsov +Date: Fri, 16 Oct 2009 20:47:22 +0400 +Subject: [PATCH] powerpc/83xx: Fix u-boot partion size for MPC8377E-WLAN boards + +u-boot partition size should be 0x80000 (512 KB), not 0x8000 (32 KB). + +Signed-off-by: Anton Vorontsov +Signed-off-by: Kumar Gala +--- + arch/powerpc/boot/dts/mpc8377_wlan.dts | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +--- a/arch/powerpc/boot/dts/mpc8377_wlan.dts ++++ b/arch/powerpc/boot/dts/mpc8377_wlan.dts +@@ -67,7 +67,7 @@ + device-width = <1>; + + partition@0 { +- reg = <0 0x8000>; ++ reg = <0 0x80000>; + label = "u-boot"; + read-only; + }; -- cgit v1.2.3