]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm/mach-shmobile/include/mach/zboot.h
Merge tag 'bcm-for-3.12-late-soc' of git://github.com/broadcom/bcm11351 into next...
[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_MACKEREL
14 #define MACH_TYPE       MACH_TYPE_MACKEREL
15 #define MEMORY_START    0x40000000
16 #include "mach/head-mackerel.txt"
17 #else
18 #error "unsupported board."
19 #endif
20
21 #endif /* ZBOOT_H */