mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	Some images may take a while to build, e.g. if they are large and use slow compression. Support compiling sections in parallel to speed things up. Signed-off-by: Simon Glass <sjg@chromium.org> (fixed to use a separate test file to fix flakiness)
		
			
				
	
	
		
			22 lines
		
	
	
		
			244 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			244 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// SPDX-License-Identifier: GPL-2.0+
 | 
						|
 | 
						|
/dts-v1/;
 | 
						|
 | 
						|
/ {
 | 
						|
	#address-cells = <1>;
 | 
						|
	#size-cells = <1>;
 | 
						|
 | 
						|
	binman {
 | 
						|
		pad-byte = <0x26>;
 | 
						|
		size = <0x28>;
 | 
						|
		section@0 {
 | 
						|
			read-only;
 | 
						|
			size = <0x10>;
 | 
						|
			pad-byte = <0x21>;
 | 
						|
 | 
						|
			u-boot {
 | 
						|
			};
 | 
						|
		};
 | 
						|
	};
 | 
						|
};
 |