]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/funkwerk/vovpn-gw/vovpn-gw.c
Make sure that argv[] argument pointers are not modified.
[karo-tx-uboot.git] / board / funkwerk / vovpn-gw / vovpn-gw.c
index 8c4abdd370668dd9cb50fcc85e4b7032fbb58418..889ba3f07441d303e06a48abd65d77c42bf11270 100644 (file)
@@ -306,7 +306,7 @@ int misc_init_r (void)
 
 #if defined(CONFIG_HAVE_OWN_RESET)
 int
-do_reset (void *cmdtp, int flag, int argc, char *argv[])
+do_reset (void *cmdtp, int flag, int argc, char * const argv[])
 {
        volatile ioport_t *iop;