]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - net/bootp.h
NAND: rearrange ONFI revision checking, add ONFI 2.3
[people/ms/u-boot.git] / net / bootp.h
index c2f011c8c69b33900cc39fda0ca08688b4806566..50625abea1839e6ecff7d04c8137a3ab6ca64c32 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 */
 
 /**********************************************************************/