diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2009-10-16 20:47:22 +0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-11-05 07:18:10 -0600 |
commit | 850f785a1f8c8448db4d70983595b2b088cf60b7 (patch) | |
tree | ab8d13e9c3a359bbc22be8fa8ae6c981d76fc1ca /arch | |
parent | a070e66ae89978ffc16378b2d37bedf3674a9112 (diff) | |
download | linux-stable-850f785a1f8c8448db4d70983595b2b088cf60b7.tar.gz linux-stable-850f785a1f8c8448db4d70983595b2b088cf60b7.tar.bz2 linux-stable-850f785a1f8c8448db4d70983595b2b088cf60b7.zip |
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 <avorontsov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8377_wlan.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |