mediatek: filogic: kap-630/kn-(3811/3911): fix node name
partition@400000 label referenced address 0x600000, fix node name
to match.
Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22576
(cherry picked from commit 3487722fbf)
Link: https://github.com/openwrt/openwrt/pull/22628
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
0e618d6f99
commit
ead6ca5fb7
@ -57,7 +57,7 @@
|
||||
reg = <0x0 0x600000>;
|
||||
};
|
||||
|
||||
partition@400000 {
|
||||
partition@600000 {
|
||||
label = "ubi";
|
||||
reg = <0x600000 0x0>;
|
||||
};
|
||||
|
||||
@ -98,7 +98,7 @@
|
||||
reg = <0x0 0x600000>;
|
||||
};
|
||||
|
||||
partition@400000 {
|
||||
partition@600000 {
|
||||
label = "ubi";
|
||||
reg = <0x600000 0x0>;
|
||||
};
|
||||
|
||||
@ -73,7 +73,7 @@
|
||||
reg = <0x0 0x600000>;
|
||||
};
|
||||
|
||||
partition@400000 {
|
||||
partition@600000 {
|
||||
label = "ubi";
|
||||
reg = <0x600000 0x0>;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user