mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-10-31 08:21:36 +01:00 
			
		
		
		
	Fixup the Linux FDT with the detection of onboard DRAM as provided by SBL (Secondary boot loader) by reading the shared-memory region. Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			198 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			198 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* SPDX-License-Identifier: GPL-2.0+ */
 | |
| /*
 | |
|  * Snapdragon DRAM
 | |
|  * Copyright (C) 2018 Ramon Fried <ramon.fried@gmail.com>
 | |
|  */
 | |
| 
 | |
| #ifndef DRAM_H
 | |
| #define DRAM_H
 | |
| 
 | |
| int msm_fixup_memory(void *blob);
 | |
| 
 | |
| #endif
 |