aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/patches-5.4/0010-dts-mt7629-rfb-fix-firmware-partition.patch
blob: 5d0a19ed4cbf1f12a515fe416d1a14c09b4fa065 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/arch/arm/boot/dts/mt7629-rfb.dts
+++ b/arch/arm/boot/dts/mt7629-rfb.dts
@@ -163,8 +163,9 @@
 			};
 
 			partition@b0000 {
-				label = "kernel";
+				label = "firmware";
 				reg = <0xb0000 0xb50000>;
+				compatible = "denx,fit";
 			};
 		};
 	};