mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-12 15:42:11 -05:00
ipq40xx: fix unit-address of Netgear LBR20 ubi partition
The unit-address of the ubi partition was @a9c0000 but the partition actually starts at offset 0x0ad00000. Ideally they should match, so align them. Signed-off-by: Christoph Krapp <achterin@gmail.com> Link: https://github.com/openwrt/openwrt/pull/20733 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
356acef794
commit
6f99711b1b
@ -394,7 +394,7 @@
|
||||
reg = <0x0a600000 0x00700000>;
|
||||
};
|
||||
|
||||
partition@a9c0000 {
|
||||
partition@ad00000 {
|
||||
label = "ubi";
|
||||
reg = <0x0ad00000 0x05300000>;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user