projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ecb6ca
)
ARM: dts: am43xx: fix starting offset of NAND.filesystem MTD partition
author
Pekon Gupta
<pekon@ti.com>
Tue, 22 Apr 2014 09:02:42 +0000
(14:32 +0530)
committer
Tony 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/am43x-epos-evm.dts
b/arch/arm/boot/dts/am43x-epos-evm.dts
index 167dbc8494deef2ba3bd9c63a7bf20afe9ddb21f..2836328b90c81bd2b5b958ddcb4c6b92110e7d99 100644
(file)
--- 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 = <0x00
800000 0x1F
600000>;
+ reg = <0x00
a00000 0x1f
600000>;
};
};
};