diff options
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach/zboot.h')
| -rw-r--r-- | arch/arm/mach-shmobile/include/mach/zboot.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/zboot.h b/arch/arm/mach-shmobile/include/mach/zboot.h new file mode 100644 index 000000000000..3ad86b7708e9 --- /dev/null +++ b/arch/arm/mach-shmobile/include/mach/zboot.h | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | #ifndef ZBOOT_H | ||
| 2 | #define ZBOOT_H | ||
| 3 | |||
| 4 | #include <asm/mach-types.h> | ||
| 5 | #include <mach/zboot_macros.h> | ||
| 6 | |||
| 7 | /************************************************** | ||
| 8 | * | ||
| 9 | * board specific settings | ||
| 10 | * | ||
| 11 | **************************************************/ | ||
| 12 | |||
| 13 | #ifdef CONFIG_MACH_AP4EVB | ||
| 14 | #define MACH_TYPE MACH_TYPE_AP4EVB | ||
| 15 | #include "mach/head-ap4evb.txt" | ||
| 16 | #else | ||
| 17 | #error "unsupported board." | ||
| 18 | #endif | ||
| 19 | |||
| 20 | #endif /* ZBOOT_H */ | ||
