Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Uri Mashiach | 5dd4689 | 2017-09-24 09:00:24 +0300 | [diff] [blame] | 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 <uri.mashiach@compulab.co.il> |
Uri Mashiach | 5dd4689 | 2017-09-24 09:00:24 +0300 | [diff] [blame] | 8 | */ |
| 9 | |
| 10 | #ifndef __IMX7_SPL_CONFIG_H |
| 11 | #define __IMX7_SPL_CONFIG_H |
| 12 | |
| 13 | #ifdef CONFIG_SPL |
Uri Mashiach | 5dd4689 | 2017-09-24 09:00:24 +0300 | [diff] [blame] | 14 | |
| 15 | /* MMC support */ |
Simon Glass | b58bfe0 | 2021-08-08 12:20:09 -0600 | [diff] [blame] | 16 | #if defined(CONFIG_SPL_MMC) |
Uri Mashiach | 5dd4689 | 2017-09-24 09:00:24 +0300 | [diff] [blame] | 17 | #define CONFIG_SYS_MONITOR_LEN 409600 /* 400 KB */ |
| 18 | #endif |
| 19 | |
Uri Mashiach | 5dd4689 | 2017-09-24 09:00:24 +0300 | [diff] [blame] | 20 | #endif /* CONFIG_SPL */ |
| 21 | |
| 22 | #endif /* __IMX7_SPL_CONFIG_H */ |