]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/netstar/eeprom.c
Make sure that argv[] argument pointers are not modified.
[karo-tx-uboot.git] / board / netstar / eeprom.c
index aca4458e29be3f2d6c2fb9d05094d1f5e04c9154..aa375a4b1a731585a62e2c35c6de069949a4a59b 100644 (file)
@@ -149,7 +149,7 @@ static int parse_element(char *s, unsigned char *buf, int len)
        return cnt;
 }
 
-int eeprom(int argc, char *argv[])
+int eeprom(int argc, char * const argv[])
 {
        int i, len, ret;
        unsigned char buf[58], *p;