]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/rarp.c
Coding Style cleanup, update CHANGELOG, prepare 2008.10-rc3
[karo-tx-uboot.git] / net / rarp.c
index 21dfa529c9a381934612e12e62da1e9c0ea438f8..ecf38e4ee5415505564d134dcadd77b9e9f4d981 100644 (file)
@@ -31,7 +31,7 @@
 
 #if defined(CONFIG_CMD_NET)
 
-#define TIMEOUT                5               /* Seconds before trying BOOTP again */
+#define TIMEOUT                5UL             /* Seconds before trying BOOTP again */
 #ifndef        CONFIG_NET_RETRY_COUNT
 # define TIMEOUT_COUNT 5               /* # of timeouts before giving up  */
 #else