]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/include/asm/arch-mx5/spl.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / arch / arm / include / asm / arch-mx5 / spl.h
1 /*
2 * Copyright (C) 2013 Marek Vasut <marex@denx.de>
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7 #ifndef __ASM_ARCH_SPL_H__
8 #define __ASM_ARCH_SPL_H__
9
10 #define BOOT_DEVICE_NONE 0
11 #define BOOT_DEVICE_NAND 1
12
13 #endif /* __ASM_ARCH_SPL_H__ */