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:
parent
400550ae7e
commit
7eb7e8bc68
@ -133,7 +133,7 @@
|
|||||||
|
|
||||||
partition@180000 {
|
partition@180000 {
|
||||||
label = "ubifs";
|
label = "ubifs";
|
||||||
reg = <0x180000 0x7E80000>;
|
reg = <0x180000 0x1fe80000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user