]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/amcc/taishan/update.c
Make sure that argv[] argument pointers are not modified.
[karo-tx-uboot.git] / board / amcc / taishan / update.c
index aab3a6577c054a976d5ed61d1b591a473da81384..3f063a05f065933f2dc36499969a80acfe68fde3 100644 (file)
@@ -68,7 +68,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();
 }