Ian Campbell | cba69ee | 2014-05-05 11:52:26 +0100 | [diff] [blame] | 1 | /* |
| 2 | * This is a copy of omap3/spl.h: |
| 3 | * |
| 4 | * (C) Copyright 2012 |
| 5 | * Texas Instruments, <www.ti.com> |
| 6 | * |
| 7 | * SPDX-License-Identifier: GPL-2.0+ |
| 8 | */ |
| 9 | #ifndef _ASM_ARCH_SPL_H_ |
Jeroen Hofstee | ed6c7f7 | 2014-06-11 22:01:48 +0200 | [diff] [blame] | 10 | #define _ASM_ARCH_SPL_H_ |
Ian Campbell | cba69ee | 2014-05-05 11:52:26 +0100 | [diff] [blame] | 11 | |
| 12 | #define BOOT_DEVICE_NONE 0 |
| 13 | #define BOOT_DEVICE_XIP 1 |
| 14 | #define BOOT_DEVICE_NAND 2 |
| 15 | #define BOOT_DEVICE_ONE_NAND 3 |
| 16 | #define BOOT_DEVICE_MMC2 5 /*emmc*/ |
| 17 | #define BOOT_DEVICE_MMC1 6 |
| 18 | #define BOOT_DEVICE_XIPWAIT 7 |
| 19 | #define BOOT_DEVICE_MMC2_2 0xff |
| 20 | #endif |