mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 03:58:17 +00:00 
			
		
		
		
	The word 'expand' is used for entries which generate subentries. It is also used for entries that can have an '_expanded' version which is used to break out its contents. Rather than talking about expanding an entry's size, use the term 'extending'. It is slightly more precise and avoids the above conflicts. This change renders the old 'expand-size' property invalid, so add an error check for that. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
		
			
				
	
	
		
			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;
 | |
| 			};
 | |
| 		};
 | |
| 	};
 | |
| };
 |