From: Anton Vorontsov Date: Fri, 16 Oct 2009 16:47:22 +0000 (+0400) Subject: powerpc/83xx: Fix u-boot partion size for MPC8377E-WLAN boards X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=850f785a1f8c8448db4d70983595b2b088cf60b7;p=deliverable%2Flinux.git 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 --- diff --git a/arch/powerpc/boot/dts/mpc8377_wlan.dts b/arch/powerpc/boot/dts/mpc8377_wlan.dts index 9a603695723b..9ea783056969 100644 --- 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; };