MIPS: convert CONFIG_SYS_MIPS_TIMER_FREQ to Kconfig
[platform/kernel/u-boot.git] / include / configs / octeontx2_common.h
1 /* SPDX-License-Identifier:    GPL-2.0
2  * Copyright (C) 2018 Marvell International Ltd.
3  *
4  * https://spdx.org/licenses
5  */
6
7 #ifndef __OCTEONTX2_COMMON_H__
8 #define __OCTEONTX2_COMMON_H__
9
10 /** Maximum size of image supported for bootm (and bootable FIT images) */
11
12 /** Memory base address */
13 #define CONFIG_SYS_SDRAM_BASE           CONFIG_TEXT_BASE
14
15 /** Stack starting address */
16
17 /** Extra environment settings */
18 #define CONFIG_EXTRA_ENV_SETTINGS       \
19                                         "loadaddr=20080000\0"   \
20                                         "ethrotate=yes\0"
21
22 #define CONFIG_SYS_MMC_MAX_BLK_COUNT    8192
23
24 #if defined(CONFIG_MMC_OCTEONTX)
25 #define MMC_SUPPORTS_TUNING
26 /** EMMC specific defines */
27 #endif
28
29 #endif /* __OCTEONTX2_COMMON_H__ */