mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-10-31 00:11:51 +01:00 
			
		
		
		
	Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com>
		
			
				
	
	
		
			18 lines
		
	
	
		
			410 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			410 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __ARM7_HW_H
 | |
| #define __ARM7_HW_H
 | |
| 
 | |
| /*
 | |
|  * Copyright (c) 2004	Cucy Systems (http://www.cucy.com)
 | |
|  * Curt Brune <curt@cucy.com>
 | |
|  *
 | |
|  * SPDX-License-Identifier:	GPL-2.0+
 | |
|  */
 | |
| 
 | |
| #if defined(CONFIG_INTEGRATOR) && defined(CONFIG_ARCH_INTEGRATOR)
 | |
| /* include IntegratorCP/CM720T specific hardware file if there was one */
 | |
| #else
 | |
| #error No hardware file defined for this configuration
 | |
| #endif
 | |
| 
 | |
| #endif /* __ARM7_HW_H */
 |