mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	Add support for detecting entries that change size after they have already been packed, and re-running packing when it happens. This removes the limitation that entry size cannot change after PackEntries() is called. Signed-off-by: Simon Glass <sjg@chromium.org>
		
			
				
	
	
		
			23 lines
		
	
	
		
			222 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			222 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/dts-v1/;
 | 
						|
 | 
						|
/ {
 | 
						|
	#address-cells = <1>;
 | 
						|
	#size-cells = <1>;
 | 
						|
 | 
						|
	binman {
 | 
						|
		_testing {
 | 
						|
			bad-update-contents;
 | 
						|
		};
 | 
						|
 | 
						|
		u-boot {
 | 
						|
		};
 | 
						|
 | 
						|
		section {
 | 
						|
			_testing2 {
 | 
						|
				type = "_testing";
 | 
						|
				bad-update-contents;
 | 
						|
			};
 | 
						|
		};
 | 
						|
	};
 | 
						|
};
 |