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>
This commit is contained in:
Anton Vorontsov 2009-10-16 20:47:22 +04:00 committed by Kumar Gala
parent a070e66ae8
commit 850f785a1f

View file

@ -67,7 +67,7 @@
device-width = <1>;
partition@0 {
reg = <0 0x8000>;
reg = <0 0x80000>;
label = "u-boot";
read-only;
};