12 lines
		
	
	
		
			175 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			175 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// SPDX-License-Identifier: GPL-2.0+
 | 
						|
/*
 | 
						|
 * Copyright (C) 2019 B&R Industrial Automation GmbH -
 | 
						|
 * https://www.br-automation.com/
 | 
						|
 */
 | 
						|
 | 
						|
/ {
 | 
						|
	ocp {
 | 
						|
		u-boot,dm-pre-reloc;
 | 
						|
	};
 | 
						|
};
 |