mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 12:08:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			196 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			196 B
		
	
	
	
		
			C
		
	
	
	
	
	
| // SPDX-License-Identifier: GPL-2.0+
 | |
| /*
 | |
|  * Copyright (C) 2020 Microchip Technology, Inc.
 | |
|  *		      Eugen Hristev <eugen.hristev@microchip.com>
 | |
|  */
 | |
| 
 | |
| char *get_cpu_name(void)
 | |
| {
 | |
| 	return "SAMA7G5";
 | |
| }
 |