summaryrefslogtreecommitdiff
path: root/common/vboot/vb21_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/vboot/vb21_lib.c')
-rw-r--r--common/vboot/vb21_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/vboot/vb21_lib.c b/common/vboot/vb21_lib.c
index 107f2d9ac1..3f79b56258 100644
--- a/common/vboot/vb21_lib.c
+++ b/common/vboot/vb21_lib.c
@@ -74,7 +74,7 @@ static void read_rwsig_info(struct ec_response_rwsig_info *r)
r->key_is_valid = (rv == EC_SUCCESS);
}
-static int command_rwsig_info(int argc, char **argv)
+static int command_rwsig_info(int argc, const char **argv)
{
int i;
struct ec_response_rwsig_info r;