mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 02:15:45 +01:00 
			
		
		
		
	The grf node will be used before relocate, enable it in dts. Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			172 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			172 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // SPDX-License-Identifier: GPL-2.0+
 | |
| /*
 | |
|  * Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
 | |
|  */
 | |
| 
 | |
| #include "rockchip-u-boot.dtsi"
 | |
| 
 | |
| &grf {
 | |
| 	u-boot,dm-pre-reloc;
 | |
| };
 |