mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
ipq40xx: specify "firmware" partition format for GL.iNet GL-B1300
Specify firmware partition format by compatible string. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
parent
771736c039
commit
1cbe457cf9
1 changed files with 1 additions and 0 deletions
|
|
@ -210,6 +210,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
firmware@180000 {
|
firmware@180000 {
|
||||||
|
compatible = "denx,fit";
|
||||||
label = "firmware";
|
label = "firmware";
|
||||||
reg = <0x180000 0x1e80000>;
|
reg = <0x180000 0x1e80000>;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue