Convert CONFIG_SPL_BSS_START_ADDR to Kconfig
[platform/kernel/u-boot.git] / include / configs / imx7_spl.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
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>
8  */
9
10 #ifndef __IMX7_SPL_CONFIG_H
11 #define __IMX7_SPL_CONFIG_H
12
13 #ifdef CONFIG_SPL
14
15 /* MMC support */
16 #if defined(CONFIG_SPL_MMC)
17 #define CONFIG_SYS_MONITOR_LEN                  409600  /* 400 KB */
18 #endif
19
20 #define CONFIG_SYS_SPL_MALLOC_START    0x88300000
21 #define CONFIG_SYS_SPL_MALLOC_SIZE     0x100000         /* 1 MB */
22
23 #endif /* CONFIG_SPL */
24
25 #endif /* __IMX7_SPL_CONFIG_H */