blob: c3c4669a2d722d386e71be713a5a43040e1ca449 [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 <mach/zboot_macros.h>
5
Kuninori Morimoto9a4af112010-12-01 07:45:00 +01006/**************************************************
7 *
8 * board specific settings
9 *
10 **************************************************/
11
Magnus Dammb24bd7e2013-06-12 18:18:19 +090012#ifdef CONFIG_MACH_MACKEREL
Magnus Damm4f309d22013-06-05 16:55:31 +090013#define MEMORY_START 0x40000000
Simon Hormaneb6908a22010-12-09 00:47:15 +000014#include "mach/head-mackerel.txt"
Kuninori Morimoto3d09fbc2010-12-01 07:40:16 +010015#else
Kuninori Morimoto9a4af112010-12-01 07:45:00 +010016#error "unsupported board."
Kuninori Morimoto3d09fbc2010-12-01 07:40:16 +010017#endif
Kuninori Morimoto9a4af112010-12-01 07:45:00 +010018
19#endif /* ZBOOT_H */