]> git.baikalelectronics.ru Git - uboot.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)
commit38b94b24969c53c0c89f55850f5550c909033186
tree7bb1cc86b1da30081ffdc6d5a6db1622f507b354
parent1b73161eee40db7ec4d040035b9b234b72240329
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