]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - examples/standalone/82559_eeprom.c
Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU)
[karo-tx-uboot.git] / examples / standalone / 82559_eeprom.c
index 5e2eee9e98b81ca3d57e1db908bd572ed033737f..c253055c0f3eb02d87c2741242c796cc79edd903 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * Copyright 1998-2001 by Donald Becker.
  * This software may be used and distributed according to the terms of
@@ -305,7 +304,7 @@ write_config_word(int bus, int dev, int func, int reg, u16 data)
 }
 
 
-int main (int argc, char *argv[])
+int main (int argc, char * const argv[])
 {
        unsigned char *eth_addr;
        uchar buf[6];