Skip to content

Commit

Permalink
ARM: dts: socfpga: arria10: Increase boot partition size for NAND
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ley Foon Tan authored and Dinh Nguyen committed Feb 14, 2020
1 parent bb6d3fb commit ae0feb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
};
};

0 comments on commit ae0feb8

Please sign in to comment.