4xx_pci.c: add error checking, fix GCC 4.6 build warning
[platform/kernel/u-boot.git] / net / bootp.h
index c2f011c..50625ab 100644 (file)
@@ -88,7 +88,7 @@ typedef enum { INIT,
 #define DHCP_NAK      6
 #define DHCP_RELEASE  7
 
-#define SELECT_TIMEOUT 3UL     /* Seconds to wait for offers */
+#define SELECT_TIMEOUT 3000UL  /* Milliseconds to wait for offers */
 
 /**********************************************************************/