Vitaly Andrianov | 7bcf4d6 | 2014-04-04 13:16:53 -0400 | [diff] [blame] | 1 | /* |
2 | * (C) Copyright 2012-2014 | ||||
3 | * Texas Instruments, <www.ti.com> | ||||
4 | * | ||||
5 | * SPDX-License-Identifier: GPL-2.0+ | ||||
6 | */ | ||||
7 | #ifndef _ASM_ARCH_SPL_H_ | ||||
Jeroen Hofstee | c5d88a5 | 2014-06-11 22:01:48 +0200 | [diff] [blame] | 8 | #define _ASM_ARCH_SPL_H_ |
Vitaly Andrianov | 7bcf4d6 | 2014-04-04 13:16:53 -0400 | [diff] [blame] | 9 | |
10 | #define BOOT_DEVICE_SPI 2 | ||||
11 | |||||
12 | #endif |