]> git.sur5r.net Git - u-boot/blob - include/environment/ti/spi.h
18c857c47dc92ae8ea37117a62cc0856344ca0d5
[u-boot] / include / environment / ti / spi.h
1 /*
2  * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com
3  *
4  * Environment variable definitions for SPI on TI boards.
5  *
6  * SPDX-License-Identifier:     GPL-2.0+
7  */
8
9 #ifndef __TI_SPI_H
10 #define __TI_SPI_H
11
12 #define KEYSTONE_SPI0_MTD_PARTS "spi0.0:1m(u-boot-spl)ro,-(misc);\0"
13 #define KEYSTONE_SPI1_MTD_PARTS "spi1.0:1m(u-boot-spl)ro,-(misc);\0"
14
15 #endif