Home
last modified time | relevance | path

Searched hist:"22220 e69f996b68c50dcc34cd05152a0fcb0e904" (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/plat/arm/board/tc/
H A Dtc_bl31_setup.c22220e69f996b68c50dcc34cd05152a0fcb0e904 Sun Dec 15 18:26:15 UTC 2024 Manish V Badarkhe <Manish.Badarkhe@arm.com> fix(tc): eliminate unneeded MbedTLS dependency

The rse_platform_api.h file includes certain MbedTLS headers,
introducing an unnecessary dependency when building the TC
platform with RSE support unconditionally.
However, these headers are not required, as the BL31
implementation only initializes RSE communication,
which does not rely on MbedTLS.

Change-Id: If45122aaf158be128f8978422fd870dbb0a0d090
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>