global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace
[platform/kernel/u-boot.git] / include / configs / imx6_spl.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2014 Gateworks Corporation
4  * Author: Tim Harvey <tharvey@gateworks.com>
5  */
6 #ifndef __IMX6_SPL_CONFIG_H
7 #define __IMX6_SPL_CONFIG_H
8
9 #ifdef CONFIG_SPL
10
11 /* MMC support */
12
13 /* SATA support */
14 #if defined(CONFIG_SPL_SATA)
15 #define CONFIG_SYS_SATA_FAT_BOOT_PARTITION      1
16 #endif
17
18 #endif
19
20 #endif