global: Migrate CONFIG_STACKBASE to CFG
[platform/kernel/u-boot.git] / include / configs / microchip_mpfs_icicle.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2019 Microchip Technology Inc.
4  * Padmarao Begari <padmarao.begari@microchip.com>
5  */
6
7 #ifndef __CONFIG_H
8 #define __CONFIG_H
9
10 #include <linux/sizes.h>
11
12 #define CFG_SYS_SDRAM_BASE       0x80000000
13
14 /* Environment options */
15
16 #define BOOT_TARGET_DEVICES(func) \
17         func(MMC, mmc, 0) \
18         func(DHCP, dhcp, na)
19
20 #include <config_distro_bootcmd.h>
21
22 #define CFG_EXTRA_ENV_SETTINGS \
23         "bootm_size=0x10000000\0" \
24         "kernel_addr_r=0x84000000\0" \
25         "fdt_addr_r=0x88000000\0" \
26         "scriptaddr=0x88100000\0" \
27         "pxefile_addr_r=0x88200000\0" \
28         "ramdisk_addr_r=0x88300000\0" \
29         BOOTENV
30
31 #endif /* __CONFIG_H */