diff options
Diffstat (limited to 'common/cmd_otp.c')
-rw-r--r-- | common/cmd_otp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_otp.c b/common/cmd_otp.c index 30af5a3..a8c73b5 100644 --- a/common/cmd_otp.c +++ b/common/cmd_otp.c @@ -80,7 +80,7 @@ static void set_otp_timing(bool write) bfrom_OtpCommand(OTP_INIT, write ? timing : timing & ~(-1 << 15)); } -int do_otp(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) +int do_otp(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) { uint32_t ret, base_flags; bool prompt_user, force_read; |