ramips: mt76x8: cudy-lt300-v3: fix backup partition offset
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>
This commit is contained in:
parent
e892edd60f
commit
700008e9d1
@ -138,7 +138,7 @@
|
||||
|
||||
partition@fe0000 {
|
||||
label = "backup";
|
||||
reg = <0xfe000 0x10000>;
|
||||
reg = <0xfe0000 0x10000>;
|
||||
read-only;
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user