mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 18:35:42 +01:00 
			
		
		
		
	Now each board selects one of CONFIG_CPU_SH2, CONFIG_CPU_SH3, CONFIG_CPU_SH4, so let's move CONFIG_SYS_CPU definition to arch/sh/Kconfig. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
		
			
				
	
	
		
			10 lines
		
	
	
		
			96 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			96 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| if TARGET_MPR2
 | |
| 
 | |
| config SYS_BOARD
 | |
| 	default "mpr2"
 | |
| 
 | |
| config SYS_CONFIG_NAME
 | |
| 	default "mpr2"
 | |
| 
 | |
| endif
 |