2
0
forked from Ivasoft/openwrt

medaitek: convert the NAND target to UBI

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2016-06-17 03:46:25 +02:00
parent 16e04fd1b4
commit e81020c317
7 changed files with 62 additions and 192 deletions

View File

@@ -360,7 +360,6 @@
nand@0 {
reg = <0>;
spare_per_sector = <64>;
nand-on-flash-bbt;
nand-ecc-mode = "hw";
nand-ecc-strength = <12>;
nand-ecc-step-size = <1024>;
@@ -390,7 +389,7 @@
};
partition@4140000 {
label = "rootfs";
label = "ubi";
reg = <0x4140000 0x1000000>;
};
};