1 /*
2  * This is a copy of omap3/spl.h:
3  *
4  * (C) Copyright 2012
5  * Texas Instruments, <www.ti.com>
6  *
7  * SPDX-License-Identifier:	GPL-2.0+
8  */
9 #ifndef	_ASM_ARCH_SPL_H_
10 #define	_ASM_SPL_H_
11 
12 #define BOOT_DEVICE_NONE	0
13 #define BOOT_DEVICE_XIP		1
14 #define BOOT_DEVICE_NAND	2
15 #define BOOT_DEVICE_ONE_NAND	3
16 #define BOOT_DEVICE_MMC2	5 /*emmc*/
17 #define BOOT_DEVICE_MMC1	6
18 #define BOOT_DEVICE_XIPWAIT	7
19 #define BOOT_DEVICE_MMC2_2      0xff
20 #endif
21