Skip to content

Commit 324ecb3

Browse files
committed
ARM: dts: at91: at91sam9x5cm: fix addressable nand flash size
at91sam9x5cm comes with a 2Gb NAND flash. Fix the rootfs size to match this limit. Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> Acked-by: Ludovic Desroches <ludovic.desroches@microchip.com>
1 parent e091f3c commit 324ecb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/at91sam9x5cm.dtsi

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

101101
rootfs@800000 {
102102
label = "rootfs";
103-
reg = <0x800000 0x1f800000>;
103+
reg = <0x800000 0x0f800000>;
104104
};
105105
};
106106
};

0 commit comments

Comments
 (0)