提交 ae0feb88 编写于 作者: L Ley Foon Tan 提交者: Dinh Nguyen

ARM: dts: socfpga: arria10: Increase boot partition size for NAND

Increase boot partition size to 32MB to support bigger size kernel image
and FPGA bitstream.
Signed-off-by: NLey Foon Tan <ley.foon.tan@intel.com>
Signed-off-by: NDinh Nguyen <dinguyen@kernel.org>
上级 bb6d3fb3
......@@ -16,11 +16,11 @@
partition@0 {
label = "Boot and fpga data";
reg = <0x0 0x1C00000>;
reg = <0x0 0x02000000>;
};
partition@1c00000 {
label = "Root Filesystem - JFFS2";
reg = <0x1C00000 0x6400000>;
reg = <0x02000000 0x06000000>;
};
};
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册