Skip to content

Commit ae0feb8

Browse files
Ley Foon TanDinh Nguyen
authored andcommitted
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 <[email protected]> Signed-off-by: Dinh Nguyen <[email protected]>
1 parent bb6d3fb commit ae0feb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
partition@0 {
1818
label = "Boot and fpga data";
19-
reg = <0x0 0x1C00000>;
19+
reg = <0x0 0x02000000>;
2020
};
2121
partition@1c00000 {
2222
label = "Root Filesystem - JFFS2";
23-
reg = <0x1C00000 0x6400000>;
23+
reg = <0x02000000 0x06000000>;
2424
};
2525
};
2626
};

0 commit comments

Comments
 (0)