mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
ipq:Increase bootp timeout to support dhcp during stress
Change-Id: I7df8387a096a417e6850694e2107f9260b7afe58 Signed-off-by: Pavithra Palanisamy <pavip@codeaurora.org>
This commit is contained in:
parent
e703375fa3
commit
7427356e03
1 changed files with 1 additions and 1 deletions
|
|
@ -660,7 +660,7 @@ void bootp_reset(void)
|
|||
bootp_num_ids = 0;
|
||||
bootp_try = 0;
|
||||
bootp_start = get_timer(0);
|
||||
bootp_timeout = 250;
|
||||
bootp_timeout = 5000;
|
||||
}
|
||||
|
||||
void bootp_request(void)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue