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: Ley Foon Tan <ley.foon.tan@intel.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
Ley Foon Tan 2020-02-14 02:00:27 +08:00 committed by Dinh Nguyen
parent bb6d3fb354
commit ae0feb8843

View file

@ -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>;
};
};
};