X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=net%2Fbootp.h;h=50625abea1839e6ecff7d04c8137a3ab6ca64c32;hb=6c6e042ab3bbfb5428e4cdeb38fa27728c63afdd;hp=c2f011c8c69b33900cc39fda0ca08688b4806566;hpb=61365501a0e2cae9c1df2818b7b5b3f52c450d18;p=u-boot diff --git a/net/bootp.h b/net/bootp.h index c2f011c8c6..50625abea1 100644 --- a/net/bootp.h +++ b/net/bootp.h @@ -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 */ /**********************************************************************/