Commit ae0feb88 authored by Ley Foon Tan's avatar Ley Foon Tan Committed by Dinh Nguyen
Browse files

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>;
		};
	};
};