ARM: dts: am43xx: fix starting offset of NAND.filesystem MTD partition
authorPekon Gupta <pekon@ti.com>
Tue, 22 Apr 2014 09:02:42 +0000 (14:32 +0530)
committerTony Lindgren <tony@atomide.com>
Tue, 6 May 2014 15:48:31 +0000 (08:48 -0700)
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>
arch/arm/boot/dts/am43x-epos-evm.dts

index 167dbc8494deef2ba3bd9c63a7bf20afe9ddb21f..2836328b90c81bd2b5b958ddcb4c6b92110e7d99 100644 (file)
                };
                partition@9 {
                        label = "NAND.file-system";
-                       reg = <0x00800000 0x1F600000>;
+                       reg = <0x00a00000 0x1f600000>;
                };
        };
 };