X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=net%2Fbootp.c;h=89e30d2c703e2d8423b84c0e9844bee7041dd343;hb=69b0634a4ee98c9791815600d43b99f626a952f3;hp=55dcc81db60d973df9141da3fc72daa2eb9198e9;hpb=881cf02f47390c7515f4e11727a473ab042d6d76;p=oweals%2Fu-boot.git diff --git a/net/bootp.c b/net/bootp.c index 55dcc81db6..89e30d2c70 100644 --- a/net/bootp.c +++ b/net/bootp.c @@ -33,7 +33,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