Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c4de4ecd authored by Pekon Gupta's avatar Pekon Gupta Committed by Tony Lindgren
Browse files

ARM: dts: am43xx: fix starting offset of NAND.filesystem MTD partition



MTD NAND partition for file-system should start at offset=0xA00000

Signed-off-by: default avatarPekon Gupta <pekon@ti.com>
Reviewed-by: default avatarJavier Martinez Canillas <javier@dowhile0.org>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent ff66a3c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -366,7 +366,7 @@
		};
		partition@9 {
			label = "NAND.file-system";
			reg = <0x00800000 0x1F600000>;
			reg = <0x00a00000 0x1f600000>;
		};
	};
};