mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	At present a small number of test files use hyphens instead of underscores. Rename them for consistency. Signed-off-by: Simon Glass <sjg@chromium.org>
		
			
				
	
	
		
			21 lines
		
	
	
		
			247 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			247 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/dts-v1/;
 | 
						|
 | 
						|
/ {
 | 
						|
	#address-cells = <1>;
 | 
						|
	#size-cells = <1>;
 | 
						|
 | 
						|
	binman {
 | 
						|
		sort-by-offset;
 | 
						|
		end-at-4gb;
 | 
						|
		size = <0x800000>;
 | 
						|
		intel-descriptor {
 | 
						|
			filename = "descriptor.bin";
 | 
						|
		};
 | 
						|
 | 
						|
		intel-me {
 | 
						|
			filename = "me.bin";
 | 
						|
			offset-unset;
 | 
						|
		};
 | 
						|
	};
 | 
						|
};
 |