commit | 2bdcb1548f889394279dec8c3f8b5707cadb68a3 | [log] [tgz] |
---|---|---|
author | Manish V Badarkhe <Manish.Badarkhe@arm.com> | Sun Dec 15 18:26:15 2024 +0000 |
committer | Manish V Badarkhe <manish.badarkhe@arm.com> | Mon Dec 16 09:25:09 2024 +0100 |
tree | 941eab2f7096a9188b2ed27b141a331688759f5d | |
parent | b56d0a151b3aeea39aff03366d3d5403d36d7197 [diff] |
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>