Skip to content

Commit e091f3c

Browse files
committed
ARM: dts: at91: sama5d4_xplained: fix addressable nand flash size
sama5d4_xplained comes with a 4Gb NAND flash. Increase the rootfs size to match this limit. Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> Acked-by: Ludovic Desroches <ludovic.desroches@microchip.com>
1 parent fae976a commit e091f3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/at91-sama5d4_xplained.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256

257257
rootfs@800000 {
258258
label = "rootfs";
259-
reg = <0x800000 0x0f800000>;
259+
reg = <0x800000 0x1f800000>;
260260
};
261261
};
262262
};

0 commit comments

Comments
 (0)