mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-30 19:48:19 +00:00 
			
		
		
		
	Rename MCR3000.* to mcr3000.* to be more in line with other boards. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
		
			
				
	
	
		
			16 lines
		
	
	
		
			178 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			178 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| if TARGET_MCR3000
 | |
| 
 | |
| config SYS_BOARD
 | |
| 	default "mcr3000"
 | |
| 
 | |
| config SYS_VENDOR
 | |
| 	default "cssi"
 | |
| 
 | |
| config SYS_CONFIG_NAME
 | |
| 	default "mcr3000"
 | |
| 
 | |
| config TEXT_BASE
 | |
| 	default 0x04000000
 | |
| 
 | |
| endif
 |