2012-08-14 19:27:13 +00:00
|
|
|
/*
|
|
|
|
* (C) Copyright 2012
|
|
|
|
* Texas Instruments, <www.ti.com>
|
|
|
|
*
|
2013-07-08 07:37:19 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2012-08-14 19:27:13 +00:00
|
|
|
*/
|
|
|
|
#ifndef _ASM_ARCH_SPL_H_
|
2014-03-19 01:02:55 +00:00
|
|
|
#define _ASM_ARCH_SPL_H_
|
2012-08-14 19:27:13 +00:00
|
|
|
|
|
|
|
#define BOOT_DEVICE_NAND 1
|
|
|
|
#define BOOT_DEVICE_SPI 2
|
|
|
|
#define BOOT_DEVICE_MMC1 3
|
|
|
|
#define BOOT_DEVICE_MMC2 4 /* dummy */
|
|
|
|
#define BOOT_DEVICE_MMC2_2 5 /* dummy */
|
|
|
|
|
|
|
|
#endif
|