]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: Remove CONFIG_BOOTP_DHCP_REQUEST_DELAY
authorTom Rini <trini@konsulko.com>
Fri, 25 Feb 2022 16:19:51 +0000 (11:19 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 3 Mar 2022 21:51:20 +0000 (16:51 -0500)
commitf0171e7ea79b73689a2a82f5c2826e22b2fda2af
tree7bb1cc86b1da30081ffdc6d5a6db1622f507b354
parenta542e4307db9dcdfdc0c1cd961b896c261c7f3da
net: Remove CONFIG_BOOTP_DHCP_REQUEST_DELAY

This option is not in use anywhere and the documentation implies it's
for some very old and unlikely to be seen currently issues.  Rather than
update the code so the CONFIG symbol could be easily in Kconfig, remove
the code.

Cc: Ramon Fried <rfried.dev@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Ramon Fried <rfried.dev@gmail.com>
README
net/bootp.c