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>
This commit is contained in:
Murali Karicheri 2014-03-20 16:39:21 -04:00 committed by Santosh Shilimkar
parent 400550ae7e
commit 7eb7e8bc68
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@
partition@180000 {
label = "ubifs";
reg = <0x180000 0x7E80000>;
reg = <0x180000 0x1fe80000>;
};
};
};