commit | cc743a5f643fd2546eb54dae0c2339b894634f78 | [log] [tgz] |
---|---|---|
author | Jianliang Shen <jianliang.shen@arm.com> | Fri Apr 08 13:27:04 2022 +0800 |
committer | Jianliang Shen <jianliang.shen@arm.com> | Sun Apr 24 07:27:27 2022 +0200 |
tree | d975cc770021e240768c5eecb91349b8e6dae4b5 | |
parent | da8415a5bc06c7763611311d3542bc00eb198305 [diff] |
Build: Make tfm_boot_status private in tfm_sprt The main head file in tfm_boot_status is tfm_boot_status.h. To make it more specific, it can be moved under an individual directory. tfm_boot_status is required by FWU and attestation. This patch makes tfm_sprt link the tfm_boot_status as PRIVATE. So FWU and attestation have to explicitly link tfm_boot_status. Signed-off-by: Jianliang Shen <jianliang.shen@arm.com> Change-Id: I422ffbca1ead9611b3e89697ac891231945726f8