Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[linux/fpc-iii.git] / arch / arm / mach-shmobile / include / mach / zboot.h
blobc3c4669a2d722d386e71be713a5a43040e1ca449
1 #ifndef ZBOOT_H
2 #define ZBOOT_H
4 #include <mach/zboot_macros.h>
6 /**************************************************
8 * board specific settings
10 **************************************************/
12 #ifdef CONFIG_MACH_MACKEREL
13 #define MEMORY_START 0x40000000
14 #include "mach/head-mackerel.txt"
15 #else
16 #error "unsupported board."
17 #endif
19 #endif /* ZBOOT_H */