mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 12:08:19 +00:00 
			
		
		
		
	Tests should be in order of the test-file numbers. Sort the tests according to the test-file numbers and rework the test-file numbers to eliminate duplicate numbers. Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> Reviewed-by: Simon Glass <sjg@chromium.org>
		
			
				
	
	
		
			24 lines
		
	
	
		
			203 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			203 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // SPDX-License-Identifier: GPL-2.0+
 | |
| /dts-v1/;
 | |
| 
 | |
| / {
 | |
| 	binman {
 | |
| 		allow-repack;
 | |
| 
 | |
| 		u-boot-dtb {
 | |
| 		};
 | |
| 
 | |
| 		section {
 | |
| 			blob {
 | |
| 				filename = "compress";
 | |
| 			};
 | |
| 
 | |
| 			u-boot {
 | |
| 			};
 | |
| 		};
 | |
| 
 | |
| 		fdtmap {
 | |
| 		};
 | |
| 	};
 | |
| };
 |