mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 15:01:27 +02:00
Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set.
The option CONFIG_BOOTP_RANDOM_DELAY does not compile, because of a missing extern inside the net/bootp.h header Signed-off-by: Remy Bohmer <linux@bohmer.net> Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
This commit is contained in:
@@ -60,7 +60,7 @@ extern ulong BootpID; /* ID of cur BOOTP request */
|
|||||||
extern char BootFile[128]; /* Boot file name */
|
extern char BootFile[128]; /* Boot file name */
|
||||||
extern int BootpTry;
|
extern int BootpTry;
|
||||||
#ifdef CONFIG_BOOTP_RANDOM_DELAY
|
#ifdef CONFIG_BOOTP_RANDOM_DELAY
|
||||||
ulong seed1, seed2; /* seed for random BOOTP delay */
|
extern ulong seed1, seed2; /* seed for random BOOTP delay */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user