blob: 3afe418b67dc92b35e2a8ff36ec65e070d02f8fe [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
13/* SATA support */
Simon Glassf7560372021-08-08 12:20:17 -060014#if defined(CONFIG_SPL_SATA)
Tim Harvey88c307d2014-06-02 16:13:19 -070015#define CONFIG_SYS_SATA_FAT_BOOT_PARTITION 1
16#endif
17
Peng Fanf9e89ff2014-12-30 17:24:02 +080018#endif
Tim Harvey88c307d2014-06-02 16:13:19 -070019
20#endif