mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	rename "kernel" partition in upstream dts to "firmware" and add denx,fit as compatible string for mtdsplit. Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
		
			
				
	
	
		
			14 lines
		
	
	
		
			256 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			256 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- 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";
 | 
						|
 			};
 | 
						|
 		};
 | 
						|
 	};
 |