MIPS: remove CONFIG_SYS_MHZ
[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 #if defined(CONFIG_SPL_MMC)
13 #define CONFIG_SYS_MONITOR_LEN                  409600  /* 400 KB */
14 #endif
15
16 /* SATA support */
17 #if defined(CONFIG_SPL_SATA)
18 #define CONFIG_SYS_SATA_FAT_BOOT_PARTITION      1
19 #endif
20
21 #endif
22
23 #endif