projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
400550a
)
ARM: dts: k2hk-evm: set ubifs partition size for 512M NAND
author
Murali Karicheri
<m-karicheri2@ti.com>
Thu, 20 Mar 2014 20:39:21 +0000
(16:39 -0400)
committer
Santosh Shilimkar
<santosh.shilimkar@ti.com>
Thu, 20 Mar 2014 20:39:21 +0000
(16:39 -0400)
The UBIFS partition size was incorrectly defined as for 128M NAND,
but on k2hk-evm installed NAND flash size is 512M.
Hence, correct it.
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
arch/arm/boot/dts/k2hk-evm.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/k2hk-evm.dts
b/arch/arm/boot/dts/k2hk-evm.dts
index
1a1335b
..
949ef7d
100644
(file)
--- a/
arch/arm/boot/dts/k2hk-evm.dts
+++ b/
arch/arm/boot/dts/k2hk-evm.dts
@@
-133,7
+133,7
@@
partition@180000 {
label = "ubifs";
- reg = <0x180000 0x
7E
80000>;
+ reg = <0x180000 0x
1fe
80000>;
};
};
};