Files
u-boot/boot
Heiko Stuebner 1915fdcc21 boot: call dhcp_run in pxe bootmethod
A recent change tried to speed up EFI booting by not calling dhcp_run
from eth_bootdev_hunt() every time. PXE so far relied on that dhcp_run
call to get an IP address.

Fix that by adding a dhcp_run call to the pxe bootflow, with autoload
disabled to only get the ip address and nothing else.

Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Fixes: 1f68057e03 ("net: eth_bootdev_hunt() should not run DHCP")
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
2025-04-06 10:03:03 -06:00
..
2024-12-30 13:21:55 -06:00
2024-10-23 06:52:38 +02:00
2024-10-18 14:10:22 -06:00
2024-12-30 13:21:55 -06:00
2024-10-18 14:10:22 -06:00
2024-11-14 18:14:06 -06:00
2025-01-22 09:47:49 -06:00