mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
Fix warning differ in signedness in net/net.c and net/nfs.c
This commit is contained in:
parent
0b20335015
commit
079c2c4fa7
6 changed files with 9 additions and 9 deletions
|
@ -31,7 +31,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue