]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/voiceblue/eeprom.c
Make sure that argv[] argument pointers are not modified.
[karo-tx-uboot.git] / board / voiceblue / eeprom.c
index f7e0ba56abbc9eea9ed54bfb479009429417f94d..aa6baca6459258d11040fca30f4c8f8bd1417bd5 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;