Marek Vasut | cfb8e87 | 2013-04-21 05:52:25 +0000 | [diff] [blame] | 1 | /* |
| 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__ */ |