Commit 850f785a authored by Anton Vorontsov's avatar Anton Vorontsov Committed by Kumar Gala

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: default avatarAnton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent a070e66a
......@@ -67,7 +67,7 @@ flash@0,0 {
device-width = <1>;
partition@0 {
reg = <0 0x8000>;
reg = <0 0x80000>;
label = "u-boot";
read-only;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment