mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-24 05:54:08 +00:00
sgm: Fix bl2 sources
The weak version of plat_get_mbedtls_heap() was being used. Change-Id: I6da331a098dd1af5bb64729d5b914cfb74b8869e Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>
This commit is contained in:
parent
c554e1ad82
commit
e5be1f95e5
1 changed files with 6 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
|
# Copyright (c) 2018-2019, ARM Limited and Contributors. All rights reserved.
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
#
|
#
|
||||||
|
@ -33,7 +33,8 @@ BL1_SOURCES += $(SGM_CPU_SOURCES) \
|
||||||
${CSS_SGM_BASE}/sgm_bl1_setup.c \
|
${CSS_SGM_BASE}/sgm_bl1_setup.c \
|
||||||
${CSS_SGM_BASE}/sgm_plat_config.c
|
${CSS_SGM_BASE}/sgm_plat_config.c
|
||||||
|
|
||||||
BL2_SOURCES += ${SECURITY_SOURCES}
|
BL2_SOURCES += ${SECURITY_SOURCES} \
|
||||||
|
${CSS_SGM_BASE}/sgm_plat_config.c
|
||||||
|
|
||||||
BL2U_SOURCES += ${SECURITY_SOURCES}
|
BL2U_SOURCES += ${SECURITY_SOURCES}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue