Skip to content

Commit

Permalink
ARM: dts: am43xx: fix starting offset of NAND.filesystem MTD partition
Browse files Browse the repository at this point in the history
MTD NAND partition for file-system should start at offset=0xA00000

Signed-off-by: Pekon Gupta <pekon@ti.com>
[tony@atomide.com: changed to lower case hex like we tend to use]
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Pekon Gupta authored and Tony Lindgren committed May 6, 2014
1 parent 6ecb6ca commit 2347152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/am43x-epos-evm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@
};
partition@9 {
label = "NAND.file-system";
reg = <0x00800000 0x1F600000>;
reg = <0x00a00000 0x1f600000>;
};
};
};
Expand Down

0 comments on commit 2347152

Please sign in to comment.