mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 12:08:19 +00:00 
			
		
		
		
	Add support for U-Boot's Verifying Program Loader phase. Signed-off-by: Simon Glass <sjg@chromium.org>
		
			
				
	
	
		
			21 lines
		
	
	
		
			224 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			224 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // SPDX-License-Identifier: GPL-2.0+
 | |
| /dts-v1/;
 | |
| 
 | |
| / {
 | |
| 	#address-cells = <1>;
 | |
| 	#size-cells = <1>;
 | |
| 
 | |
| 	binman {
 | |
| 		section {
 | |
| 			u-boot-dtb {
 | |
| 			};
 | |
| 		};
 | |
| 		u-boot-spl-dtb {
 | |
| 		};
 | |
| 		u-boot-tpl-dtb {
 | |
| 		};
 | |
| 		u-boot-vpl-dtb {
 | |
| 		};
 | |
| 	};
 | |
| };
 |