| 
									
										
										
										
											2010-12-01 07:45:00 +01:00
										 |  |  | #ifndef ZBOOT_H
 | 
					
						
							|  |  |  | #define ZBOOT_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-12-01 07:40:16 +01:00
										 |  |  | #include <asm/mach-types.h>
 | 
					
						
							|  |  |  | #include <mach/zboot_macros.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-12-01 07:45:00 +01:00
										 |  |  | /**************************************************
 | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  *		board specific settings | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  **************************************************/ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-12-01 07:40:16 +01:00
										 |  |  | #ifdef CONFIG_MACH_AP4EVB
 | 
					
						
							|  |  |  | #define MACH_TYPE	MACH_TYPE_AP4EVB
 | 
					
						
							|  |  |  | #include "mach/head-ap4evb.txt"
 | 
					
						
							| 
									
										
										
										
											2011-04-04 06:45:21 +00:00
										 |  |  | #elif defined(CONFIG_MACH_MACKEREL)
 | 
					
						
							| 
									
										
										
										
											2010-12-09 00:47:15 +00:00
										 |  |  | #define MACH_TYPE	MACH_TYPE_MACKEREL
 | 
					
						
							|  |  |  | #include "mach/head-mackerel.txt"
 | 
					
						
							| 
									
										
										
										
											2010-12-01 07:40:16 +01:00
										 |  |  | #else
 | 
					
						
							| 
									
										
										
										
											2010-12-01 07:45:00 +01:00
										 |  |  | #error "unsupported board."
 | 
					
						
							| 
									
										
										
										
											2010-12-01 07:40:16 +01:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2010-12-01 07:45:00 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | #endif /* ZBOOT_H */
 |