summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips
diff options
context:
space:
mode:
authorShiji Yang <yangshiji66@qq.com>2023-10-15 11:04:46 +0800
committerChristian Marangi <ansuelsmth@gmail.com>2023-10-17 12:07:28 +0200
commit366ffa53bd0b31bc3633828686d791ad5e3d7f7f (patch)
tree8841c4d6d50e108377cdbded3e57724ac727cdfd /target/linux/ramips
parentb5d059d6777a07b6473e340c1ec4b0289a855ecb (diff)
downloadopenwrt-366ffa53bd0b31bc3633828686d791ad5e3d7f7f.tar.gz
openwrt-366ffa53bd0b31bc3633828686d791ad5e3d7f7f.tar.bz2
openwrt-366ffa53bd0b31bc3633828686d791ad5e3d7f7f.zip
ramips: fix factory partition size for SNR-CPE-W4N
The starting address of 'factory' partition is 0x40000, and the starting address of the next partition is 0x50000. It's obvious that the correct size for the 'factory' is 0x10000, just like other MT7620 devices. Signed-off-by: Shiji Yang <yangshiji66@qq.com>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r--target/linux/ramips/dts/mt7620n_snr_cpe-w4n-mt.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7620n_snr_cpe-w4n-mt.dts b/target/linux/ramips/dts/mt7620n_snr_cpe-w4n-mt.dts
index 987869a0f3..a1a5606842 100644
--- a/target/linux/ramips/dts/mt7620n_snr_cpe-w4n-mt.dts
+++ b/target/linux/ramips/dts/mt7620n_snr_cpe-w4n-mt.dts
@@ -93,7 +93,7 @@
factory: partition@40000 {
compatible = "nvmem-cells";
label = "Factory";
- reg = <0x40000 0x100000>;
+ reg = <0x40000 0x10000>;
#address-cells = <1>;
#size-cells = <1>;
read-only;