aboutsummaryrefslogtreecommitdiff
path: root/include/configs/stm32mp13_st_common.h
blob: ec64b12f7ab965c5a4e47396e24ec74fef988fc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause */
/*
 * Copyright (C) 2022, STMicroelectronics - All Rights Reserved
 *
 * Configuration settings for the STMicroelectronics STM32MP13x boards
 */

#ifndef __CONFIG_STM32MP13_ST_COMMON_H__
#define __CONFIG_STM32MP13_ST_COMMON_H__

#define STM32MP_BOARD_EXTRA_ENV \
	"usb_pgood_delay=1000\0" \
	"console=ttySTM0\0"

#include <configs/stm32mp13_common.h>

#endif