ARM: dts: socfpga: arria10: Increase boot partition size for NAND
authorLey Foon Tan <ley.foon.tan@intel.com>
Thu, 13 Feb 2020 18:00:27 +0000 (02:00 +0800)
committerDinh Nguyen <dinguyen@kernel.org>
Fri, 14 Feb 2020 13:47:05 +0000 (07:47 -0600)
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>
arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts

index 9bd9e04c73613b45897a586bbde476aad6e248e3..9aa897b795443510bd2e8c5274a3af24e3884d94 100644 (file)
 
                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>;
                };
        };
 };