mirror of
https://xff.cz/git/u-boot/
synced 2025-10-04 08:51:43 +02:00
13 lines
201 B
C
13 lines
201 B
C
/*
|
|
* (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
|