Jan Kiszka | 8ff2ff8 | 2021-09-18 08:17:53 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
| 2 | /* |
| 3 | * Configuration header file for IOT2050 |
| 4 | * Copyright (c) Siemens AG, 2018-2021 |
| 5 | * |
| 6 | * Authors: |
| 7 | * Le Jin <le.jin@siemens.com> |
| 8 | * Jan Kiszka <jan.kiszka@siemens.com> |
| 9 | */ |
| 10 | |
| 11 | #ifndef __CONFIG_IOT2050_H |
| 12 | #define __CONFIG_IOT2050_H |
| 13 | |
| 14 | #include <linux/sizes.h> |
| 15 | |
Jan Kiszka | 8ff2ff8 | 2021-09-18 08:17:53 +0200 | [diff] [blame] | 16 | #include <configs/ti_armv7_common.h> |
| 17 | |
Jan Kiszka | a6ea0c0 | 2023-02-28 19:19:14 +0100 | [diff] [blame] | 18 | #ifdef CONFIG_ENV_WRITEABLE_LIST |
| 19 | #define CFG_ENV_FLAGS_LIST_STATIC \ |
| 20 | "board_uuid:sw,board_name:sw,board_serial:sw,board_a5e:sw," \ |
| 21 | "mlfb:sw,fw_version:sw,seboot_version:sw," \ |
Jan Kiszka | e31f16c | 2023-02-28 19:19:23 +0100 | [diff] [blame] | 22 | "m2_manuel_config:sw," \ |
Jan Kiszka | a6ea0c0 | 2023-02-28 19:19:14 +0100 | [diff] [blame] | 23 | "eth1addr:mw,eth2addr:mw,watchdog_timeout_ms:dw,boot_targets:sw" |
| 24 | #endif |
| 25 | |
Jan Kiszka | 8ff2ff8 | 2021-09-18 08:17:53 +0200 | [diff] [blame] | 26 | #endif /* __CONFIG_IOT2050_H */ |