8cf95f61126d1c327a465c5a22c8f8885b806a1c
[openwrt/staging/florian.git] / target / linux / mpc83xx / patches / 004-mpc8377e-wlan_u-boot_size_fix.patch
1 From 850f785a1f8c8448db4d70983595b2b088cf60b7 Mon Sep 17 00:00:00 2001
2 From: Anton Vorontsov <avorontsov@ru.mvista.com>
3 Date: Fri, 16 Oct 2009 20:47:22 +0400
4 Subject: [PATCH] powerpc/83xx: Fix u-boot partion size for MPC8377E-WLAN boards
5
6 u-boot partition size should be 0x80000 (512 KB), not 0x8000 (32 KB).
7
8 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10 ---
11 arch/powerpc/boot/dts/mpc8377_wlan.dts | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 --- a/arch/powerpc/boot/dts/mpc8377_wlan.dts
15 +++ b/arch/powerpc/boot/dts/mpc8377_wlan.dts
16 @@ -67,7 +67,7 @@
17 device-width = <1>;
18
19 partition@0 {
20 - reg = <0 0x8000>;
21 + reg = <0 0x80000>;
22 label = "u-boot";
23 read-only;
24 };