diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-10-19 08:45:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-10-19 08:45:56 +0000 |
commit | 35e9d448f29f64c9a2565a9dff8643da911e210a (patch) | |
tree | 7cf2368e24037a37870d962cb711c1b0fa2a3a23 | |
parent | a7ee0142e77846c49464f54cae52ad5370477ed9 (diff) | |
download | upstream-35e9d448f29f64c9a2565a9dff8643da911e210a.tar.gz upstream-35e9d448f29f64c9a2565a9dff8643da911e210a.tar.bz2 upstream-35e9d448f29f64c9a2565a9dff8643da911e210a.zip |
ramips: fix usercfg partition offset for WHR-1166D
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42958
-rw-r--r-- | target/linux/ramips/dts/WHR-1166D.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/WHR-1166D.dts b/target/linux/ramips/dts/WHR-1166D.dts index d62be1e10e..236987c721 100644 --- a/target/linux/ramips/dts/WHR-1166D.dts +++ b/target/linux/ramips/dts/WHR-1166D.dts @@ -47,7 +47,7 @@ partition@e00000 { label = "usercfg"; - reg = <0xe00000 0x100000>; + reg = <0xf00000 0x100000>; }; }; }; |