]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - examples/standalone/eepro100_eeprom.c
Make sure that argv[] argument pointers are not modified.
[people/ms/u-boot.git] / examples / standalone / eepro100_eeprom.c
index 771a7e887e4e882340d70c73457f57c926acfadf..3c7f380977dbf235d552b24502afa0d654973760 100644 (file)
@@ -25,7 +25,7 @@
 
 static int reset_eeprom(unsigned long ioaddr, unsigned char *hwaddr);
 
-int eepro100_eeprom(int argc, char *argv[])
+int eepro100_eeprom(int argc, char * const argv[])
 {
        int ret = 0;