diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-01 12:26:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-01 12:26:30 +0000 |
commit | d65eda48b7c6377b6ca363b4563af4bbeb7c668a (patch) | |
tree | b2dfd452859fa863f6c735c4d0dfccb9ebf1b285 | |
parent | 11c697015fca06479239db37772d137db79651f8 (diff) | |
download | openwrt-d65eda48b7c6377b6ca363b4563af4bbeb7c668a.tar.gz openwrt-d65eda48b7c6377b6ca363b4563af4bbeb7c668a.tar.bz2 openwrt-d65eda48b7c6377b6ca363b4563af4bbeb7c668a.zip |
ramips: fix firmware partition size
Signed-off-by: Bjoern Dobe <bjoern@dobecom.de>
SVN-Revision: 48020
-rw-r--r-- | target/linux/ramips/dts/RE6500.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/RE6500.dts b/target/linux/ramips/dts/RE6500.dts index 7aa29efa7e..d1bf5ba85e 100644 --- a/target/linux/ramips/dts/RE6500.dts +++ b/target/linux/ramips/dts/RE6500.dts @@ -47,7 +47,7 @@ partition@50000 { label = "firmware"; - reg = <0x50000 0xfb0000>; + reg = <0x50000 0x7b0000>; }; }; }; |