summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHaoran.Wang <elven.wang@nxp.com>2018-06-26 15:22:44 +0800
committerfaqiang.zhu <faqiang.zhu@nxp.com>2018-11-12 09:18:36 +0800
commit9d5a4e04e2160c691be468d3368ce34fcd7271a3 (patch)
tree7e552a52038394274ae4deb1a03912495c94c001 /lib
parent41ee143a2d6979ff4960631b0ba0be4b8f63922f (diff)
[iot] Support ARM64 for Trusty OS
Align the callback to ARM64 environment for Trusty OS. TEST: AIY-3G & AIY-1G board's TIPC and AVB handler works. Change-Id: I65806f56267a4a9278db04a462e351da181618cc Signed-off-by: Haoran.Wang <elven.wang@nxp.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/avb/fsl/fsl_avbkey.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/avb/fsl/fsl_avbkey.c b/lib/avb/fsl/fsl_avbkey.c
index 097e00dd82..50265d6f7a 100644
--- a/lib/avb/fsl/fsl_avbkey.c
+++ b/lib/avb/fsl/fsl_avbkey.c
@@ -47,7 +47,6 @@
#define RESULT_ERROR -1
#define RESULT_OK 0
-
#ifndef CONFIG_SPL_BUILD
#if defined(CONFIG_AVB_ATX) && !defined(CONFIG_ARM64)
static int fsl_fuse_ops(uint32_t *buffer, uint32_t length, uint32_t offset,
@@ -1338,7 +1337,6 @@ fail:
#endif /* CONFIG_SPL_BUILD */
#endif /* AVB_RPMB */
-
#if defined(AVB_RPMB) && defined(CONFIG_AVB_ATX) && !defined(CONFIG_SPL_BUILD)
/* Provides the key version of a key used during verification. This may be
* useful for managing the minimum key version.