Browse Source

ath79: specify "firmware" partition format for WNDR3700 and v2

Specify the new "firmware" partition format for Netgear WNDR3700
and WNDR3700v2 similarly as ffd082aa did for WNDR3800, the third
device in the family.

Signed-off-by: Hannu Nyman <[email protected]>
Hannu Nyman 7 years ago
parent
commit
3e19113d5d

+ 1 - 0
target/linux/ath79/dts/ar7161_netgear_wndr3700.dts

@@ -24,6 +24,7 @@
 	partition@70000 {
 		label = "firmware";
 		reg = <0x070000 0x780000>;
+		compatible = "netgear,uimage";
 	};
 
 	art: partition@7f0000 {

+ 1 - 0
target/linux/ath79/dts/ar7161_netgear_wndr3700v2.dts

@@ -24,6 +24,7 @@
 	partition@70000 {
 		label = "firmware";
 		reg = <0x070000 0xf80000>;
+		compatible = "netgear,uimage";
 	};
 
 	art: partition@ff0000 {