commit | 8a19e7af618ad9de8e1ddd60ba38d85319cd61e3 | [log] [tgz] |
---|---|---|
author | Mingyang Sun <mingyang.sun@arm.com> | Thu Jun 04 15:36:58 2020 +0800 |
committer | Mingyang Sun <mingyang.sun@arm.com> | Mon Jun 08 11:18:25 2020 +0800 |
tree | 94d6db178cc8417a6ca4334d253a7a21b03bdae2 | |
parent | c9bdcd7ec9c8ddcdf6fb7e0eb1c33940daf4282f [diff] [blame] |
Service: Update the include statements Change the absolute including into relative including for partition service sources. Change-Id: I1cc2057e5965046242a9b70e01e937243cacfc7e Signed-off-by: Mingyang Sun <mingyang.sun@arm.com>
diff --git a/secure_fw/partitions/initial_attestation/attestation.h b/secure_fw/partitions/initial_attestation/attestation.h index a7be321..08cbad4 100644 --- a/secure_fw/partitions/initial_attestation/attestation.h +++ b/secure_fw/partitions/initial_attestation/attestation.h
@@ -10,7 +10,7 @@ #include "psa/initial_attestation.h" #include "tfm_client.h" -#include "bl2/include/tfm_boot_status.h" +#include "tfm_boot_status.h" #ifdef __cplusplus extern "C" {