Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph...
[pandora-kernel.git] / arch / arm / mach-shmobile / include / mach / zboot.h
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 #elif CONFIG_MACH_MACKEREL
17 #define MACH_TYPE       MACH_TYPE_MACKEREL
18 #include "mach/head-mackerel.txt"
19 #else
20 #error "unsupported board."
21 #endif
22
23 #endif /* ZBOOT_H */