Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: socfpga: arria10: Increase NAND boot partition size

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>

authored by

Teoh Ji Sheng and committed by
Dinh Nguyen
7412090c 9abf2313

+2 -2
+2 -2
arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts
··· 16 16 17 17 partition@0 { 18 18 label = "Boot and fpga data"; 19 - reg = <0x0 0x02000000>; 19 + reg = <0x0 0x02500000>; 20 20 }; 21 21 partition@1c00000 { 22 22 label = "Root Filesystem - JFFS2"; 23 - reg = <0x02000000 0x06000000>; 23 + reg = <0x02500000 0x05500000>; 24 24 }; 25 25 }; 26 26 };