diff options
author | Pekon Gupta <pekon@ti.com> | 2014-05-19 14:45:48 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-05-19 17:20:31 -0700 |
commit | c4de4ecd43dafab5084c5f36012249a8e37f4068 (patch) | |
tree | b9208329d7e25e5e66750ff9f4f9a412909e9784 /arch/arm/boot/dts/am43x-epos-evm.dts | |
parent | ff66a3c86e004ce83f7c6e5f459d65c87f9d02b6 (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>
Reviewed-by: Javier Martinez Canillas <javier@dowhile0.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am43x-epos-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/am43x-epos-evm.dts | 2 |
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 2a0fbbbe2a2..ad362c50e32 100644 --- a/arch/arm/boot/dts/am43x-epos-evm.dts +++ b/arch/arm/boot/dts/am43x-epos-evm.dts @@ -366,7 +366,7 @@ }; partition@9 { label = "NAND.file-system"; - reg = <0x00800000 0x1F600000>; + reg = <0x00a00000 0x1f600000>; }; }; }; |