Kuninori Morimoto | 9a4af11 | 2010-12-01 07:45:00 +0100 | [diff] [blame] | 1 | #ifndef ZBOOT_H |
| 2 | #define ZBOOT_H |
| 3 | |
Kuninori Morimoto | 3d09fbc | 2010-12-01 07:40:16 +0100 | [diff] [blame^] | 4 | #include <asm/mach-types.h> |
| 5 | #include <mach/zboot_macros.h> |
| 6 | |
Kuninori Morimoto | 9a4af11 | 2010-12-01 07:45:00 +0100 | [diff] [blame] | 7 | /************************************************** |
| 8 | * |
| 9 | * board specific settings |
| 10 | * |
| 11 | **************************************************/ |
| 12 | |
Kuninori Morimoto | 3d09fbc | 2010-12-01 07:40:16 +0100 | [diff] [blame^] | 13 | #ifdef CONFIG_MACH_AP4EVB |
| 14 | #define MACH_TYPE MACH_TYPE_AP4EVB |
| 15 | #include "mach/head-ap4evb.txt" |
| 16 | #else |
Kuninori Morimoto | 9a4af11 | 2010-12-01 07:45:00 +0100 | [diff] [blame] | 17 | #error "unsupported board." |
Kuninori Morimoto | 3d09fbc | 2010-12-01 07:40:16 +0100 | [diff] [blame^] | 18 | #endif |
Kuninori Morimoto | 9a4af11 | 2010-12-01 07:45:00 +0100 | [diff] [blame] | 19 | |
| 20 | #endif /* ZBOOT_H */ |