]> git.baikalelectronics.ru Git - arm-tf.git/commit
refactor(st): move mbedtls config files
authorYann Gautier <yann.gautier@st.com>
Mon, 6 Mar 2023 12:01:10 +0000 (13:01 +0100)
committerYann Gautier <yann.gautier@st.com>
Wed, 15 Mar 2023 17:08:26 +0000 (18:08 +0100)
commit9e1e82fce091f0ed926aaa6e13d0eef4a81bbdef
treea8f83832c525892452e2eef742da1d46af9b0773
parenta430382ff77b641748ca663247dea4a319b1aee3
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
plat/st/common/common.mk
plat/st/common/include/stm32mp_mbedtls_config-2.h [new file with mode: 0644]
plat/st/common/include/stm32mp_mbedtls_config-3.h [new file with mode: 0644]
plat/st/stm32mp1/include/stm32mp1_mbedtls_config-2.h [deleted file]
plat/st/stm32mp1/include/stm32mp1_mbedtls_config-3.h [deleted file]