Patrick Delaunay | 123687c | 2022-05-20 18:24:46 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause */ |
2 | /* | ||||
3 | * Copyright (C) 2022, STMicroelectronics - All Rights Reserved | ||||
4 | * | ||||
5 | * Configuration settings for the STMicroelectronics STM32MP13x boards | ||||
6 | */ | ||||
7 | |||||
8 | #ifndef __CONFIG_STM32MP13_ST_COMMON_H__ | ||||
9 | #define __CONFIG_STM32MP13_ST_COMMON_H__ | ||||
10 | |||||
11 | #define STM32MP_BOARD_EXTRA_ENV \ | ||||
12 | "usb_pgood_delay=1000\0" \ | ||||
13 | "console=ttySTM0\0" | ||||
14 | |||||
15 | #include <configs/stm32mp13_common.h> | ||||
16 | |||||
17 | #endif |