mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	The #address-cells and #size-cells are not needed for running the capsule generation binman tests. Remove the superfluous properties. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>
		
			
				
	
	
		
			18 lines
		
	
	
		
			252 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			252 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// SPDX-License-Identifier: GPL-2.0+
 | 
						|
 | 
						|
/dts-v1/;
 | 
						|
 | 
						|
/ {
 | 
						|
	binman {
 | 
						|
		efi-capsule {
 | 
						|
			/* Image GUID for testing capsule update */
 | 
						|
			image-guid = "binman-test";
 | 
						|
			hardware-instance = <0x0>;
 | 
						|
 | 
						|
			blob {
 | 
						|
				filename = "capsule_input.bin";
 | 
						|
			};
 | 
						|
		};
 | 
						|
	};
 | 
						|
};
 |