Commit 2347152b authored by Pekon Gupta's avatar Pekon Gupta Committed by Tony Lindgren

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>
[tony@atomide.com: changed to lower case hex like we tend to use]
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 6ecb6ca4
......@@ -341,7 +341,7 @@ partition@8 {
};
partition@9 {
label = "NAND.file-system";
reg = <0x00800000 0x1F600000>;
reg = <0x00a00000 0x1f600000>;
};
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment