Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@
			device-width = <1>;

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