mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 12:08:19 +00:00 
			
		
		
		
	Since required drivers were merged, we can safely clean up the board and switch to DM based driver with device tree support. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			140 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			140 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| if TARGET_GROUPER
 | |
| 
 | |
| config SYS_BOARD
 | |
| 	default "grouper"
 | |
| 
 | |
| config SYS_VENDOR
 | |
| 	default "asus"
 | |
| 
 | |
| config SYS_CONFIG_NAME
 | |
| 	default "grouper"
 | |
| 
 | |
| endif
 |