blob: 17f37cb8eb61ee95ad30589fb397f25142ad826d [file] [log] [blame]
Michal Simeke60148d2014-01-14 14:21:52 +01001/*
2 * (C) Copyright 2014 Xilinx, Inc. Michal Simek
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6#ifndef _ASM_ARCH_SPL_H_
7#define _ASM_ARCH_SPL_H_
8
Michal Simeke60148d2014-01-14 14:21:52 +01009#define BOOT_DEVICE_NONE 0
10#define BOOT_DEVICE_RAM 1
11#define BOOT_DEVICE_SPI 2
12#define BOOT_DEVICE_MMC1 3
13#define BOOT_DEVICE_MMC2 4
14#define BOOT_DEVICE_MMC2_2 5
15
16#endif