summaryrefslogtreecommitdiffstats
path: root/common/cmd_license.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/cmd_license.c')
-rw-r--r--common/cmd_license.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_license.c b/common/cmd_license.c
index 85a4871de0..90fd57e25d 100644
--- a/common/cmd_license.c
+++ b/common/cmd_license.c
@@ -30,7 +30,7 @@
#include <malloc.h>
#include <license.h>
-int do_license(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
+int do_license(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
{
char *tok, *dst = malloc(LICENSE_MAX);
unsigned long len = LICENSE_MAX;
OpenPOWER on IntegriCloud