ramips: mt7621: fix WF-2881 for ubi split

This patch fix firmware split for WF-2881 which was previously manually partitioned.

Signed-off-by: YounJae Rho <luxflow@live.com>

SVN-Revision: 48908
This commit is contained in:
John Crispin
2016-03-04 08:33:17 +00:00
parent 3b39bf7262
commit 77da9390da
2 changed files with 5 additions and 14 deletions

View File

@@ -48,19 +48,9 @@
read-only;
};
firmware {
label = "firmware";
reg = <0x140000 0x6EC0000>;
};
partition@140000 {
label = "kernel";
reg = <0x140000 0x200000>;
};
partition@340000 {
label = "ubi";
reg = <0x340000 0x6CC0000>;
label = "firmware";
reg = <0x140000 0x7E40000>;
};
};