提交 850f785a 编写于 作者: A Anton Vorontsov 提交者: 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: NAnton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
上级 a070e66a
......@@ -67,7 +67,7 @@
device-width = <1>;
partition@0 {
reg = <0 0x8000>;
reg = <0 0x80000>;
label = "u-boot";
read-only;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册