blob: 3ad86b7708e9dcc52064728914564e34ec130a1e [file] [log] [blame]
Kuninori Morimoto9a4af112010-12-01 07:45:00 +01001#ifndef ZBOOT_H
2#define ZBOOT_H
3
Kuninori Morimoto3d09fbc2010-12-01 07:40:16 +01004#include <asm/mach-types.h>
5#include <mach/zboot_macros.h>
6
Kuninori Morimoto9a4af112010-12-01 07:45:00 +01007/**************************************************
8 *
9 * board specific settings
10 *
11 **************************************************/
12
Kuninori Morimoto3d09fbc2010-12-01 07:40:16 +010013#ifdef CONFIG_MACH_AP4EVB
14#define MACH_TYPE MACH_TYPE_AP4EVB
15#include "mach/head-ap4evb.txt"
16#else
Kuninori Morimoto9a4af112010-12-01 07:45:00 +010017#error "unsupported board."
Kuninori Morimoto3d09fbc2010-12-01 07:40:16 +010018#endif
Kuninori Morimoto9a4af112010-12-01 07:45:00 +010019
20#endif /* ZBOOT_H */