blob: acbec46cb8b796d5b68617c07b1654676a66176e [file] [log] [blame]
Ian Campbellcba69ee2014-05-05 11:52:26 +01001/*
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_
Jeroen Hofsteeed6c7f72014-06-11 22:01:48 +020010#define _ASM_ARCH_SPL_H_
Ian Campbellcba69ee2014-05-05 11:52:26 +010011
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