mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 10:26:10 +01:00 
			
		
		
		
	bcm911360_entphn bcm911360_entphn-ns bcm911360k bcm958300k-ns bcm958305k - updates to support Cygnus and NSP board families better - add functions so CONFIG_ARMV7_NONSEC can be enabled on Cygnus boards Signed-off-by: Steve Rae <srae@broadcom.com>
		
			
				
	
	
		
			16 lines
		
	
	
		
			187 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			187 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| if TARGET_BCMCYGNUS
 | |
| 
 | |
| config SYS_BOARD
 | |
| 	default "bcm_ep"
 | |
| 
 | |
| config SYS_VENDOR
 | |
| 	default "broadcom"
 | |
| 
 | |
| config SYS_SOC
 | |
| 	default "bcmcygnus"
 | |
| 
 | |
| config SYS_CONFIG_NAME
 | |
| 	default "bcm_ep_board"
 | |
| 
 | |
| endif
 |