summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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.