diff options
author | Pekon Gupta <pekon@ti.com> | 2014-04-22 14:32:42 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-05-06 08:48:31 -0700 |
commit | 2347152bb7684a1f7d66b62f9fd91b30939675ad (patch) | |
tree | c37edfb39d0f420179e240c325b6c3ad48240873 /arch/arm/boot | |
parent | 6ecb6ca410db42ba0982381a071874ab53950799 (diff) | |
download | linux-2347152bb7684a1f7d66b62f9fd91b30939675ad.tar.gz linux-2347152bb7684a1f7d66b62f9fd91b30939675ad.tar.bz2 linux-2347152bb7684a1f7d66b62f9fd91b30939675ad.zip |
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>
Diffstat (limited to 'arch/arm/boot')
-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 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 @@ }; partition@9 { label = "NAND.file-system"; - reg = <0x00800000 0x1F600000>; + reg = <0x00a00000 0x1f600000>; }; }; }; |