blob: 3afe418b67dc92b35e2a8ff36ec65e070d02f8fe [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Tim Harvey7412d9d2014-06-02 16:13:19 -07002/*
3 * Copyright (C) 2014 Gateworks Corporation
4 * Author: Tim Harvey <tharvey@gateworks.com>
Tim Harvey7412d9d2014-06-02 16:13:19 -07005 */
6#ifndef __IMX6_SPL_CONFIG_H
7#define __IMX6_SPL_CONFIG_H
8
9#ifdef CONFIG_SPL
Robert Hancock9c5970c2019-08-08 12:14:39 -060010
Tim Harvey7412d9d2014-06-02 16:13:19 -070011/* MMC support */
Tim Harvey7412d9d2014-06-02 16:13:19 -070012
13/* SATA support */
Simon Glass081a45a2021-08-08 12:20:17 -060014#if defined(CONFIG_SPL_SATA)
Tim Harvey7412d9d2014-06-02 16:13:19 -070015#define CONFIG_SYS_SATA_FAT_BOOT_PARTITION 1
16#endif
17
Peng Fan327083c2014-12-30 17:24:02 +080018#endif
Tim Harvey7412d9d2014-06-02 16:13:19 -070019
20#endif