summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/common/bl_common.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/common/bl_common.h b/include/common/bl_common.h
index 164377f6..c687b354 100644
--- a/include/common/bl_common.h
+++ b/include/common/bl_common.h
@@ -202,15 +202,6 @@ typedef struct bl31_params {
image_info_t *bl33_image_info;
} bl31_params_t;
-/*
- * load_auth_image() return values
- */
-enum {
- LOAD_SUCCESS, /* Load + authentication success */
- LOAD_ERR, /* Load error */
- LOAD_AUTH_ERR /* Authentication error */
-};
-
/*
* Compile time assertions related to the 'entry_point_info' structure to