]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/bootp.c
TX6 Release 2013-04-22
[karo-tx-uboot.git] / net / bootp.c
index 4300f1c2f19a7e09b947d0bc5df9079bd9ac4db6..6812929f5f5ac7b21b250a038a5dcd0aae067a3f 100644 (file)
@@ -37,7 +37,7 @@
 #define CONFIG_DHCP_MIN_EXT_LEN 64
 #endif
 
-ulong          BootpID;
+static ulong           BootpID;
 int            BootpTry;
 
 #if defined(CONFIG_CMD_DHCP)