blob: fe8b0c01adde5754566d8b3c9dfda9047cbb39e6 [file] [log] [blame]
Tom Rini55cdbb82012-08-14 08:50:58 -07001/*
2 * (C) Copyright 2012
3 * Texas Instruments, <www.ti.com>
4 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02005 * SPDX-License-Identifier: GPL-2.0+
Tom Rini55cdbb82012-08-14 08:50:58 -07006 */
7#ifndef _ASM_ARCH_SPL_H_
8#define _ASM_SPL_H_
9
10#define BOOT_DEVICE_NONE 0
11#define BOOT_DEVICE_XIP 1
12#define BOOT_DEVICE_XIPWAIT 2
13#define BOOT_DEVICE_NAND 3
Enric Balletbo i Serra66c7f392013-02-07 23:14:46 +000014#define BOOT_DEVICE_ONENAND 4
Tom Rini55cdbb82012-08-14 08:50:58 -070015#define BOOT_DEVICE_MMC1 5
16#define BOOT_DEVICE_MMC2 6
17#define BOOT_DEVICE_MMC2_2 7
18
Tom Rinic3d2c242013-04-05 06:21:44 +000019#define MMC_BOOT_DEVICES_START BOOT_DEVICE_MMC1
20#define MMC_BOOT_DEVICES_END BOOT_DEVICE_MMC2_2
Tom Rini55cdbb82012-08-14 08:50:58 -070021#endif