Commit ae0feb88 authored by Ley Foon Tan's avatar Ley Foon Tan Committed by 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: default avatarLey Foon Tan <ley.foon.tan@intel.com>
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent bb6d3fb3
......@@ -16,11 +16,11 @@ nand@0 {
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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment