summaryrefslogtreecommitdiff
path: root/common/vboot/vboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/vboot/vboot.c')
-rw-r--r--common/vboot/vboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/vboot/vboot.c b/common/vboot/vboot.c
index 8a0e039aa2..fad338229f 100644
--- a/common/vboot/vboot.c
+++ b/common/vboot/vboot.c
@@ -113,7 +113,7 @@ static int verify_slot(enum system_image_copy_t slot)
return EC_SUCCESS;
}
-static int hc_verify_slot(struct host_cmd_handler_args *args)
+static enum ec_status hc_verify_slot(struct host_cmd_handler_args *args)
{
const struct ec_params_efs_verify *p = args->params;
enum system_image_copy_t slot;