]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ramips: mt76x8: cudy-lt300-v3: fix backup partition offset 23511/head
authorFil Dunsky <filipp.dunsky@gmail.com>
Sun, 24 May 2026 17:44:10 +0000 (20:44 +0300)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 25 May 2026 20:58:00 +0000 (22:58 +0200)
Fix typo in backup partition offset: `0xfe000` should be `0xfe0000`.

The incorrect offset caused the partition to be mapped at `0x0fe000`
instead of `0xfe0000`, placing it inside the firmware partition range.

Signed-off-by: Fil Dunsky <filipp.dunsky@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23511
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/ramips/dts/mt7628an_cudy_lt300-v3.dts

index 18bf54b29d8cac9dabd047032e7870d0adef41de..ec25c27645694305c13535340dd09778744b32fe 100644 (file)
 
                        partition@fe0000 {
                                label = "backup";
-                               reg = <0xfe000 0x10000>;
+                               reg = <0xfe0000 0x10000>;
                                read-only;
                        };