Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[oweals/u-boot.git] / 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