1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Configuration header file for IOT2050
4 * Copyright (c) Siemens AG, 2018-2021
7 * Le Jin <le.jin@siemens.com>
8 * Jan Kiszka <jan.kiszka@siemens.com>
11 #ifndef __CONFIG_IOT2050_H
12 #define __CONFIG_IOT2050_H
14 #include <linux/sizes.h>
16 /* SPL Loader Configuration */
18 /* U-Boot general configuration */
19 #define EXTRA_ENV_IOT2050_BOARD_SETTINGS \
20 "usb_pgood_delay=900\0"
22 #if CONFIG_IS_ENABLED(CMD_USB)
23 # define BOOT_TARGET_USB(func) \
28 # define BOOT_TARGET_USB(func)
32 * This defines all MMC devices, even if the basic variant has no mmc1.
33 * The non-supported device will be removed from the boot targets during
34 * runtime, when that board was detected.
36 #define BOOT_TARGET_DEVICES(func) \
41 #include <config_distro_bootcmd.h>
43 #define CONFIG_EXTRA_ENV_SETTINGS \
44 DEFAULT_LINUX_BOOT_ENV \
46 EXTRA_ENV_IOT2050_BOARD_SETTINGS
48 #include <configs/ti_armv7_common.h>
50 #endif /* __CONFIG_IOT2050_H */