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>
This commit is contained in:
Shiji Yang 2023-10-15 11:04:46 +08:00 committed by Christian Marangi
parent b5d059d677
commit 366ffa53bd
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7

View File

@ -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;