global: Migrate CONFIG_MXC_UART_BASE to CFG
[platform/kernel/u-boot.git] / include / configs / imx8mn_bsh_smm_s2_common.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2021 Collabora Ltd.
4  */
5
6 #ifndef __IMX8MN_BSH_SMM_S2_COMMON_H
7 #define __IMX8MN_BSH_SMM_S2_COMMON_H
8
9 #include <linux/sizes.h>
10 #include <linux/stringify.h>
11 #include <asm/arch/imx-regs.h>
12
13 #define CFG_SYS_UBOOT_BASE      \
14         (QSPI0_AMBA_BASE + CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR * 512)
15
16 #define MEM_LAYOUT_ENV_SETTINGS \
17         "scriptaddr=" __stringify(CONFIG_SYS_LOAD_ADDR) "\0" \
18         "kernel_addr_r=" __stringify(CONFIG_SYS_LOAD_ADDR) "\0" \
19         "ramdisk_addr_r=0x43800000\0" \
20         "fdt_addr_r=0x43000000\0" \
21         "fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0" \
22         "bootcmd_mfg=echo Running fastboot mode; fastboot usb 0\0" \
23
24 /* Link Definitions */
25
26 #define CFG_SYS_INIT_RAM_ADDR   0x40000000
27 #define CFG_SYS_INIT_RAM_SIZE   SZ_512K
28
29 #define CFG_SYS_SDRAM_BASE              0x40000000
30 #define PHYS_SDRAM                      0x40000000
31
32 #endif /* __IMX8MN_BSH_SMM_S2_COMMON_H */