mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 12:08:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			281 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			281 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* SPDX-License-Identifier: GPL-2.0+ */
 | |
| /*
 | |
|  * Copyright 2014 Broadcom Corporation.
 | |
|  */
 | |
| 
 | |
| #ifndef __IPROC_COMMON_CONFIGS_H
 | |
| #define __IPROC_COMMON_CONFIGS_H
 | |
| 
 | |
| #include <linux/stringify.h>
 | |
| 
 | |
| /* Memory Info */
 | |
| #define CFG_SYS_SDRAM_BASE		0x61000000
 | |
| 
 | |
| #endif /* __IPROC_COMMON_CONFIGS_H */
 |