aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekon Gupta <pekon@ti.com>2014-04-22 05:02:42 -0400
committerTony Lindgren <tony@atomide.com>2014-05-06 11:48:31 -0400
commit2347152bb7684a1f7d66b62f9fd91b30939675ad (patch)
treec37edfb39d0f420179e240c325b6c3ad48240873
parent6ecb6ca410db42ba0982381a071874ab53950799 (diff)
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: 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>
-rw-r--r--arch/arm/boot/dts/am43x-epos-evm.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts
index 167dbc8494de..2836328b90c8 100644
--- a/arch/arm/boot/dts/am43x-epos-evm.dts
+++ b/arch/arm/boot/dts/am43x-epos-evm.dts
@@ -341,7 +341,7 @@
341 }; 341 };
342 partition@9 { 342 partition@9 {
343 label = "NAND.file-system"; 343 label = "NAND.file-system";
344 reg = <0x00800000 0x1F600000>; 344 reg = <0x00a00000 0x1f600000>;
345 }; 345 };
346 }; 346 };
347}; 347};