Merge remote-tracking branch 'tip/timers/core' into fordlezcano/3.13/sched-clock64...
[platform/adaptation/renesas_rcar/renesas_kernel.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 #else
16 #error "unsupported board."
17 #endif
18
19 #endif /* ZBOOT_H */