1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (c) 2024, Thomas Bonnefille <thomas.bonnefille@bootlin.com>
10 #include <config_distro_bootcmd.h>
12 #define BOOT_TARGET_DEVICES(func) \
15 #define CFG_SYS_SDRAM_BASE 0x80000000
17 #define CFG_EXTRA_ENV_SETTINGS "consoledev=ttyS0\0" \
19 "fdt_addr_r=0x82000000\0" \
20 "kernel_addr_r=0x81000000\0" \
21 "scriptaddr=0x80c00000\0" \
24 #endif /* __CONFIG_H */