mirror of https://github.com/hak5/openwrt.git
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>openwrt-19.07
parent
771736c039
commit
1cbe457cf9
|
@ -210,6 +210,7 @@
|
|||
};
|
||||
|
||||
firmware@180000 {
|
||||
compatible = "denx,fit";
|
||||
label = "firmware";
|
||||
reg = <0x180000 0x1e80000>;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue