]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm/mach-shmobile/include/mach/zboot.h
Merge branches 'ftrace', 'gic', 'io', 'kexec', 'mod', 'sa11x0', 'sh' and 'versatile...
[karo-tx-linux.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 #else
17 #error "unsupported board."
18 #endif
19
20 #endif /* ZBOOT_H */