blob: 5789d28bb3ed8bdfd96a99adc2d60ac6960636e2 [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
9extern void ps7_init(void);
10
11#define BOOT_DEVICE_NONE 0
12#define BOOT_DEVICE_RAM 1
13#define BOOT_DEVICE_SPI 2
14#define BOOT_DEVICE_MMC1 3
15#define BOOT_DEVICE_MMC2 4
16#define BOOT_DEVICE_MMC2_2 5
17
18#endif