Michal Simek | e60148d | 2014-01-14 14:21:52 +0100 | [diff] [blame] | 1 | /* |
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 | |||||
9 | extern 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 |