blob: 362b98075f05a24c5ca67db9be8d1feebce8c987 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Uri Mashiach5dd46892017-09-24 09:00:24 +03002/*
3 * SPL definitions for the i.MX7 SPL
4 *
5 * (C) Copyright 2017 CompuLab, Ltd. http://www.compulab.com
6 *
7 * Author: Uri Mashiach <uri.mashiach@compulab.co.il>
Uri Mashiach5dd46892017-09-24 09:00:24 +03008 */
9
10#ifndef __IMX7_SPL_CONFIG_H
11#define __IMX7_SPL_CONFIG_H
12
13#ifdef CONFIG_SPL
Uri Mashiach5dd46892017-09-24 09:00:24 +030014
15/* MMC support */
Uri Mashiach5dd46892017-09-24 09:00:24 +030016
Uri Mashiach5dd46892017-09-24 09:00:24 +030017#endif /* CONFIG_SPL */
18
19#endif /* __IMX7_SPL_CONFIG_H */