diff options
| author | Jan Kiszka <[email protected]> | 2023-02-28 19:19:12 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-03-29 11:58:26 -0400 |
| commit | d5436aad140aa452856509affd99ffc5fceb49d7 (patch) | |
| tree | 71cfb604f767be626eeb600a11520921f11c166a /board | |
| parent | 6ac9131702768343bec150894daac7208963b440 (diff) | |
iot2050: Migrate settings into board env file
Anything that is not boot-env related is better kept there by now.
At this chance, also drop a stale comment from iot2050.h
Signed-off-by: Jan Kiszka <[email protected]>
Diffstat (limited to 'board')
| -rw-r--r-- | board/siemens/iot2050/iot2050.env | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/board/siemens/iot2050/iot2050.env b/board/siemens/iot2050/iot2050.env new file mode 100644 index 00000000000..4bd93f0b2f4 --- /dev/null +++ b/board/siemens/iot2050/iot2050.env @@ -0,0 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright (c) Siemens AG, 2023 + * + * Authors: + * Jan Kiszka <[email protected]> + */ + +usb_pgood_delay=900 |
