projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff66a3c
)
ARM: dts: am43xx: fix starting offset of NAND.filesystem MTD partition
author
Pekon Gupta
<pekon@ti.com>
Mon, 19 May 2014 09:15:48 +0000
(14:45 +0530)
committer
Tony Lindgren
<tony@atomide.com>
Tue, 20 May 2014 00:20:31 +0000
(17:20 -0700)
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>
arch/arm/boot/dts/am43x-epos-evm.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/am43x-epos-evm.dts
b/arch/arm/boot/dts/am43x-epos-evm.dts
index 2a0fbbbe2a27ccebc14132578ee669e95be99538..ad362c50e32e1ccc076d693104cacd6d3d1825b5 100644
(file)
--- 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 = <0x00
800000 0x1F
600000>;
+ reg = <0x00
a00000 0x1f
600000>;
};
};
};