blob: a7102d564099b0380eb198d6bd12d00035762f73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* (C) Copyright 2012-2014
* Texas Instruments, <www.ti.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef _ASM_ARCH_SPL_H_
#define _ASM_ARCH_SPL_H_
#define BOOT_DEVICE_SPI 2
#endif
|