]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/include/asm/arch-ls102xa/spl.h
Merge branch 'karo-tx-uboot' into kc-merge
[karo-tx-uboot.git] / arch / arm / include / asm / arch-ls102xa / spl.h
1 /*
2  * Copyright 2014 Freescale Semiconductor, Inc.
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef __ASM_ARCH_SPL_H__
8 #define __ASM_ARCH_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
14 #define BOOT_DEVICE_ONENAND     4
15 #define BOOT_DEVICE_MMC1        5
16 #define BOOT_DEVICE_MMC2        6
17 #define BOOT_DEVICE_MMC2_2      7
18 #define BOOT_DEVICE_SPI         10
19
20 #endif  /* __ASM_ARCH_SPL_H__ */