Skip to content
Snippets Groups Projects
Commit 93223a3e authored by Lionel Debieve's avatar Lionel Debieve Committed by Lionel DEBIEVE
Browse files

fix(stm32mp1): remove old regulator framework for ssp


Remove the old regulator files that are no more
available.

Signed-off-by: default avatarLionel Debieve <lionel.debieve@foss.st.com>
Change-Id: Ib122e6a5b906e4a4b2ab529c6bdb0f6996704b79
Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/tf-a/+/254885


Reviewed-by: default avatarCITOOLS <MDG-smet-aci-reviews@list.st.com>
Reviewed-by: default avatarCIBUILD <MDG-smet-aci-builds@list.st.com>
parent a44c06e2
No related branches found
No related tags found
1 merge request!2Integrate changes of v2.4-stm32mp-r2.1 version from ST
#
# Copyright (c) 2015-2021, ARM Limited and Contributors. All rights reserved.
# Copyright (c) 2015-2022, ARM Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
......@@ -25,6 +25,8 @@ PLAT_BL_COMMON_SOURCES += ${XLAT_TABLES_LIB_SRCS}
PLAT_BL_COMMON_SOURCES += lib/cpus/aarch32/cortex_a7.S
PLAT_BL_COMMON_SOURCES += drivers/regulator/regulator_core.c
PLAT_BL_COMMON_SOURCES += drivers/st/uart/aarch32/stm32_console.S
PLAT_BL_COMMON_SOURCES += drivers/arm/tzc/tzc400.c \
......@@ -38,8 +40,6 @@ PLAT_BL_COMMON_SOURCES += drivers/arm/tzc/tzc400.c \
drivers/st/iwdg/stm32_iwdg.c \
drivers/st/pmic/stm32mp_pmic.c \
drivers/st/pmic/stpmic1.c \
drivers/st/regulator/stm32mp_dummy_regulator.c \
drivers/st/regulator/stm32mp_regulator.c \
drivers/st/reset/stm32mp1_reset.c \
plat/st/common/stm32mp_dt.c \
plat/st/common/stm32mp_shres_helpers.c \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment