 220e6cf7b7
			
		
	
	
	220e6cf7b7
	
	
	
		
			
			This adds basic support for the Calxeda Highbank platform. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Reviewed-by: Jamie Iles <jamie@jamieiles.com> Reviewed-by: Shawn Guo <shawn.guo@linaro.org>
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			152 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			152 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __MACH_UNCOMPRESS_H
 | |
| #define __MACH_UNCOMPRESS_H
 | |
| 
 | |
| #define putc(c)
 | |
| #define flush()
 | |
| #define arch_decomp_setup()
 | |
| #define arch_decomp_wdog()
 | |
| 
 | |
| #endif
 |