Skip to content

Commit

Permalink
powerpc/83xx: Fix u-boot partion size for MPC8377E-WLAN boards
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Anton Vorontsov authored and Kumar Gala committed Nov 5, 2009
1 parent a070e66 commit 850f785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/boot/dts/mpc8377_wlan.dts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
device-width = <1>;

partition@0 {
reg = <0 0x8000>;
reg = <0 0x80000>;
label = "u-boot";
read-only;
};
Expand Down

0 comments on commit 850f785

Please sign in to comment.