]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/configs/octeontx2_common.h
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
[thirdparty/u-boot.git] / include / configs / octeontx2_common.h
CommitLineData
0a668f6d
SG
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
0a668f6d 10/** Maximum size of image supported for bootm (and bootable FIT images) */
0a668f6d
SG
11
12/** Memory base address */
aa6e94de 13#define CFG_SYS_SDRAM_BASE CONFIG_TEXT_BASE
0a668f6d
SG
14
15/** Stack starting address */
0a668f6d 16
0a668f6d 17/** Extra environment settings */
0613c36a 18#define CFG_EXTRA_ENV_SETTINGS \
0a668f6d 19 "loadaddr=20080000\0" \
bf904ea4 20 "ethrotate=yes\0"
0a668f6d 21
d678a59d
TR
22#if defined(CONFIG_MMC_OCTEONTX)
23#define MMC_SUPPORTS_TUNING
24/** EMMC specific defines */
25#endif
26
0a668f6d 27#endif /* __OCTEONTX2_COMMON_H__ */