ARM: dts: socfpga: arria10: Increase NAND boot partition size
authorTeoh Ji Sheng <ji.sheng.teoh@intel.com>
Wed, 21 Sep 2022 02:45:19 +0000 (02:45 +0000)
committerDinh Nguyen <dinguyen@kernel.org>
Mon, 24 Oct 2022 16:48:28 +0000 (11:48 -0500)
Content in NAND boot partition have exceeded 32MB defined in device
tree node.
Increase boot partition size to 37MB to support larger kernel Image
and FPGA bitstream.

Signed-off-by: Teoh Ji Sheng <ji.sheng.teoh@intel.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts

index 9aa897b..a662df3 100644 (file)
 
                partition@0 {
                        label = "Boot and fpga data";
-                       reg = <0x0 0x02000000>;
+                       reg = <0x0 0x02500000>;
                };
                partition@1c00000 {
                        label = "Root Filesystem - JFFS2";
-                       reg = <0x02000000 0x06000000>;
+                       reg = <0x02500000 0x05500000>;
                };
        };
 };