blob: e0b6e3e5b267f284a16ea9b545cadfd9c7b752b5 [file] [log] [blame]
Marek Vasutcfb8e872013-04-21 05:52:25 +00001/*
2 * Copyright (C) 2013 Marek Vasut <marex@denx.de>
3 *
4 * See file CREDITS for list of people who contributed to this
5 * project.
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License as
9 * published by the Free Software Foundation; either version 2 of
10 * the License, or (at your option) any later version.
11 */
12
13#ifndef __ASM_ARCH_SPL_H__
14#define __ASM_ARCH_SPL_H__
15
16#define BOOT_DEVICE_NONE 0
17#define BOOT_DEVICE_NAND 1
18
19#endif /* __ASM_ARCH_SPL_H__ */