]> Git Repo - J-u-boot.git/blame - include/configs/microchip_mpfs_icicle.h
Globally remove most CONFIG_SPL_BUILD tests from config headers
[J-u-boot.git] / include / configs / microchip_mpfs_icicle.h
CommitLineData
39494822
PB
1/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (C) 2019 Microchip Technology Inc.
4 * Padmarao Begari <[email protected]>
5 */
6
7#ifndef __CONFIG_H
8#define __CONFIG_H
9
64413e1b 10#include <linux/sizes.h>
39494822 11
64413e1b 12#define CONFIG_SYS_SDRAM_BASE 0x80000000
39494822 13
64413e1b 14#define CONFIG_SYS_BOOTM_LEN SZ_64M
39494822 15
64413e1b 16#define CONFIG_STANDALONE_LOAD_ADDR 0x80200000
39494822 17
64413e1b 18/* Environment options */
39494822 19
64413e1b
PB
20#define BOOT_TARGET_DEVICES(func) \
21 func(MMC, mmc, 0) \
22 func(DHCP, dhcp, na)
39494822 23
64413e1b 24#include <config_distro_bootcmd.h>
39494822 25
64413e1b
PB
26#define CONFIG_EXTRA_ENV_SETTINGS \
27 "bootm_size=0x10000000\0" \
28 "kernel_addr_r=0x84000000\0" \
29 "fdt_addr_r=0x88000000\0" \
30 "scriptaddr=0x88100000\0" \
31 "pxefile_addr_r=0x88200000\0" \
32 "ramdisk_addr_r=0x88300000\0" \
33 BOOTENV
39494822
PB
34
35#endif /* __CONFIG_H */
This page took 0.191923 seconds and 4 git commands to generate.