diff options
author | Murali Karicheri <m-karicheri2@ti.com> | 2014-03-20 16:39:21 -0400 |
---|---|---|
committer | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2014-03-20 16:39:21 -0400 |
commit | 7eb7e8bc6806aadc3a18a0be661d82d7c5b7dc01 (patch) | |
tree | 2254e07cae23c7554979c5110431892215364066 /arch/arm/boot/dts/k2hk-evm.dts | |
parent | 400550ae7e778302a45d2952ac75907903e2610c (diff) | |
download | blackbird-obmc-linux-7eb7e8bc6806aadc3a18a0be661d82d7c5b7dc01.tar.gz blackbird-obmc-linux-7eb7e8bc6806aadc3a18a0be661d82d7c5b7dc01.zip |
ARM: dts: k2hk-evm: set ubifs partition size for 512M NAND
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>
Diffstat (limited to 'arch/arm/boot/dts/k2hk-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/k2hk-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/k2hk-evm.dts b/arch/arm/boot/dts/k2hk-evm.dts index 1a1335b4a0b1..949ef7d34975 100644 --- 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 0x7E80000>; + reg = <0x180000 0x1fe80000>; }; }; }; |