cmd: Fix Kconfig coding style
[u-boot.git] / include / configs / imx8mp_evk.h
blobdfb5cd22528ec4febee8a2fe069c17cfdd77decc
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * Copyright 2019 NXP
4 */
6 #ifndef __IMX8MP_EVK_H
7 #define __IMX8MP_EVK_H
9 #include <linux/sizes.h>
10 #include <linux/stringify.h>
11 #include <asm/arch/imx-regs.h>
13 #define CFG_SYS_UBOOT_BASE (QSPI0_AMBA_BASE + CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR * 512)
15 #if defined(CONFIG_CMD_NET)
16 #define CFG_FEC_MXC_PHYADDR 1
18 #endif
20 /* Link Definitions */
22 #define CFG_SYS_INIT_RAM_ADDR 0x40000000
23 #define CFG_SYS_INIT_RAM_SIZE 0x80000
25 /* Totally 6GB DDR */
26 #define CFG_SYS_SDRAM_BASE 0x40000000
27 #define PHYS_SDRAM 0x40000000
28 #define PHYS_SDRAM_SIZE 0xC0000000 /* 3 GB */
29 #define PHYS_SDRAM_2 0x100000000
30 #define PHYS_SDRAM_2_SIZE 0xC0000000 /* 3 GB */
32 #endif