mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
refactor(st): move mbedtls config files
The files stm32mp_mbedtls_config-{2,3}.h are moved to plat/st/common/include directory as they could be shared with other ST platforms. Their prefixes are changed from stm32mp1 to stm32mp. Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: I86e39481b6c8d2689c59eb9a351b77b3d6233b08
This commit is contained in:
parent
a430382ff7
commit
9e1e82fce0
3 changed files with 4 additions and 4 deletions
|
@ -183,11 +183,11 @@ MBEDTLS_MAJOR=$(shell grep -hP "define MBEDTLS_VERSION_MAJOR" \
|
|||
${MBEDTLS_DIR}/include/mbedtls/*.h | grep -oe '\([0-9.]*\)')
|
||||
|
||||
ifeq (${MBEDTLS_MAJOR}, 2)
|
||||
MBEDTLS_CONFIG_FILE ?= "<stm32mp1_mbedtls_config-2.h>"
|
||||
MBEDTLS_CONFIG_FILE ?= "<stm32mp_mbedtls_config-2.h>"
|
||||
endif
|
||||
|
||||
ifeq (${MBEDTLS_MAJOR}, 3)
|
||||
MBEDTLS_CONFIG_FILE ?= "<stm32mp1_mbedtls_config-3.h>"
|
||||
MBEDTLS_CONFIG_FILE ?= "<stm32mp_mbedtls_config-3.h>"
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2022, STMicroelectronics - All Rights Reserved
|
||||
* Copyright (c) 2022-2023, STMicroelectronics - All Rights Reserved
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2022, STMicroelectronics - All Rights Reserved
|
||||
* Copyright (c) 2022-2023, STMicroelectronics - All Rights Reserved
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
Loading…
Add table
Reference in a new issue