]> Git Repo - u-boot.git/blob - include/configs/imx7_spl.h
Convert CONFIG_SYS_NS16550_MEM32 et al to Kconfig
[u-boot.git] / include / configs / imx7_spl.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * SPL definitions for the i.MX7 SPL
4  *
5  * (C) Copyright 2017 CompuLab, Ltd. http://www.compulab.com
6  *
7  * Author: Uri Mashiach <[email protected]>
8  */
9
10 #ifndef __IMX7_SPL_CONFIG_H
11 #define __IMX7_SPL_CONFIG_H
12
13 #ifdef CONFIG_SPL
14
15 /* MMC support */
16
17 #endif /* CONFIG_SPL */
18
19 #endif /* __IMX7_SPL_CONFIG_H */
This page took 0.028149 seconds and 4 git commands to generate.