blob: 18c857c47dc92ae8ea37117a62cc0856344ca0d5 [file] [log] [blame]
Vignesh R3f18ff02017-03-08 13:58:17 +05301/*
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