blob: f34988fdd74ced5abfe34a31a582d29a855a9dd5 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Tim Harvey88c307d2014-06-02 16:13:19 -07002/*
3 * Copyright (C) 2014 Gateworks Corporation
4 * Author: Tim Harvey <tharvey@gateworks.com>
Tim Harvey88c307d2014-06-02 16:13:19 -07005 */
6#ifndef __IMX6_SPL_CONFIG_H
7#define __IMX6_SPL_CONFIG_H
8
9#ifdef CONFIG_SPL
Robert Hancock06f5b5a2019-08-08 12:14:39 -060010
Tim Harvey88c307d2014-06-02 16:13:19 -070011/* MMC support */
Tim Harvey88c307d2014-06-02 16:13:19 -070012
Peng Fanf9e89ff2014-12-30 17:24:02 +080013#endif
Tim Harvey88c307d2014-06-02 16:13:19 -070014
15#endif