summaryrefslogtreecommitdiffstats
path: root/net/bootp.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2007-11-17 11:31:10 +0100
committerWolfgang Denk <wd@denx.de>2007-11-18 01:29:38 +0100
commit079c2c4fa71c0d1ebef394508df9088df8a308d3 (patch)
treef1d9999650c94b9bdeec8843383b3b49f7cd7a29 /net/bootp.c
parent0b20335015945cc9aedf27356e51aa3a0b0cdc48 (diff)
downloadblackbird-obmc-uboot-079c2c4fa71c0d1ebef394508df9088df8a308d3.tar.gz
blackbird-obmc-uboot-079c2c4fa71c0d1ebef394508df9088df8a308d3.zip
Fix warning differ in signedness in net/net.c and net/nfs.c
Diffstat (limited to 'net/bootp.c')
-rw-r--r--net/bootp.c2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud