Merge branch 'async-scsi-resume' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / arch / arm / mach-shmobile / include / mach / zboot.h
1 #ifndef ZBOOT_H
2 #define ZBOOT_H
3
4 #include <mach/zboot_macros.h>
5
6 /**************************************************
7  *
8  *              board specific settings
9  *
10  **************************************************/
11
12 #ifdef CONFIG_MACH_MACKEREL
13 #define MEMORY_START    0x40000000
14 #include "mach/head-mackerel.txt"
15 #elif defined(CONFIG_MACH_KZM9G) || defined(CONFIG_MACH_KZM9G_REFERENCE)
16 #define MEMORY_START    0x43000000
17 #include "mach/head-kzm9g.txt"
18 #else
19 #error "unsupported board."
20 #endif
21
22 #endif /* ZBOOT_H */