aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-12 10:06:31 +0000
committerJohn Crispin <blogic@openwrt.org>2015-03-12 10:06:31 +0000
commitac706e1b3cccbb3685961965d18b54bf1dffbf3b (patch)
tree28a9d80c33a6b5da92c907911391b6d995b0b30a
parent2d50e3576efb1bf26872ddbd9e529090c9e61715 (diff)
downloadmaster-187ad058-ac706e1b3cccbb3685961965d18b54bf1dffbf3b.tar.gz
master-187ad058-ac706e1b3cccbb3685961965d18b54bf1dffbf3b.tar.bz2
master-187ad058-ac706e1b3cccbb3685961965d18b54bf1dffbf3b.zip
ralink: resize the flash partition for FireWRT
Signed-off-by: wengbj <fl.service@t-firefly.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44691 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/ramips/dts/FIREWRT.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts
index a6318d0000..54f0e55852 100644
--- a/target/linux/ramips/dts/FIREWRT.dts
+++ b/target/linux/ramips/dts/FIREWRT.dts
@@ -26,7 +26,7 @@
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
- compatible = "mx25l12805d";
+ compatible = "w25q128";
reg = <0 0>;
linux,modalias = "m25p80";
spi-max-frequency = <10000000>;
@@ -51,7 +51,7 @@
partition@50000 {
label = "firmware";
- reg = <0x50000 0x7b0000>;
+ reg = <0x50000 0xfb0000>;
};
};