Merge patch series "upl: Prerequite patches for updated spec"
[u-boot.git] / include / configs / licheerv_nano.h
blob2ea7943f66f46aa59f59d4aa7c2e8f7e4d84d301
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * Copyright (c) 2024, Thomas Bonnefille <thomas.bonnefille@bootlin.com>
5 */
7 #ifndef __CONFIG_H
8 #define __CONFIG_H
10 #include <config_distro_bootcmd.h>
12 #define BOOT_TARGET_DEVICES(func) \
13 func(MMC, mmc, 0)
15 #define CFG_SYS_SDRAM_BASE 0x80000000
17 #define CFG_EXTRA_ENV_SETTINGS "consoledev=ttyS0\0" \
18 "baudrate=115200\0" \
19 "fdt_addr_r=0x82000000\0" \
20 "kernel_addr_r=0x81000000\0" \
21 "scriptaddr=0x80c00000\0" \
22 BOOTENV
24 #endif /* __CONFIG_H */