diff options
author | John Crispin <blogic@openwrt.org> | 2016-03-04 08:33:17 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-03-04 08:33:17 +0000 |
commit | d192740e04044530fa0d3f495e084b86b9139a89 (patch) | |
tree | 2cea8eb62658e4e3360c45c4d29f21959d845481 /target/linux/ramips/dts | |
parent | 68149a719d8c6064fbc67bda731639136f2dcea0 (diff) | |
download | master-187ad058-d192740e04044530fa0d3f495e084b86b9139a89.tar.gz master-187ad058-d192740e04044530fa0d3f495e084b86b9139a89.tar.bz2 master-187ad058-d192740e04044530fa0d3f495e084b86b9139a89.zip |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48908 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/WF-2881.dts | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/target/linux/ramips/dts/WF-2881.dts b/target/linux/ramips/dts/WF-2881.dts index aaafe5af82..d33436c64a 100644 --- a/target/linux/ramips/dts/WF-2881.dts +++ b/target/linux/ramips/dts/WF-2881.dts @@ -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>; }; }; |