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

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: Ley Foon Tan <ley.foon.tan@intel.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>

authored by

Ley Foon Tan and committed by
Dinh Nguyen
ae0feb88 bb6d3fb3

+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 0x1C00000>; 19 + reg = <0x0 0x02000000>; 20 20 }; 21 21 partition@1c00000 { 22 22 label = "Root Filesystem - JFFS2"; 23 - reg = <0x1C00000 0x6400000>; 23 + reg = <0x02000000 0x06000000>; 24 24 }; 25 25 }; 26 26 };