mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-22 12:28:23 +00:00
ralink: resize the flash partition for FireWRT
Signed-off-by: wengbj <fl.service@t-firefly.com> SVN-Revision: 44691
This commit is contained in:
parent
8c19f53007
commit
835b17c333
@ -26,7 +26,7 @@
|
|||||||
m25p80@0 {
|
m25p80@0 {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
compatible = "mx25l12805d";
|
compatible = "w25q128";
|
||||||
reg = <0 0>;
|
reg = <0 0>;
|
||||||
linux,modalias = "m25p80";
|
linux,modalias = "m25p80";
|
||||||
spi-max-frequency = <10000000>;
|
spi-max-frequency = <10000000>;
|
||||||
@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
partition@50000 {
|
partition@50000 {
|
||||||
label = "firmware";
|
label = "firmware";
|
||||||
reg = <0x50000 0x7b0000>;
|
reg = <0x50000 0xfb0000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user