]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/zeus/update.c
Make sure that argv[] argument pointers are not modified.
[karo-tx-uboot.git] / board / zeus / update.c
index c8487e58f8abfbf197ce21b9e3cd527c0a9b6960..61196276d540b307ff48faf58ae8e73d3829450e 100644 (file)
@@ -91,7 +91,7 @@ static int update_boot_eeprom(void)
        return 0;
 }
 
-int do_update_boot_eeprom(cmd_tbl_t* cmdtp, int flag, int argc, char* argv[])
+int do_update_boot_eeprom(cmd_tbl_t* cmdtp, int flag, int argc, char * const argv[])
 {
        return update_boot_eeprom();
 }