Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Tim Harvey | 88c307d | 2014-06-02 16:13:19 -0700 | [diff] [blame] | 2 | /* |
3 | * Copyright (C) 2014 Gateworks Corporation | ||||
4 | * Author: Tim Harvey <tharvey@gateworks.com> | ||||
Tim Harvey | 88c307d | 2014-06-02 16:13:19 -0700 | [diff] [blame] | 5 | */ |
6 | #ifndef __IMX6_SPL_CONFIG_H | ||||
7 | #define __IMX6_SPL_CONFIG_H | ||||
8 | |||||
9 | #ifdef CONFIG_SPL | ||||
Robert Hancock | 06f5b5a | 2019-08-08 12:14:39 -0600 | [diff] [blame] | 10 | |
Tim Harvey | 88c307d | 2014-06-02 16:13:19 -0700 | [diff] [blame] | 11 | /* MMC support */ |
Tim Harvey | 88c307d | 2014-06-02 16:13:19 -0700 | [diff] [blame] | 12 | |
Peng Fan | f9e89ff | 2014-12-30 17:24:02 +0800 | [diff] [blame] | 13 | #endif |
Tim Harvey | 88c307d | 2014-06-02 16:13:19 -0700 | [diff] [blame] | 14 | |
15 | #endif |