1 2 3 4 5 6 7 8 9
// SPDX-License-Identifier: GPL-2.0+ /* Copyright (C) 2024-2025 Linaro Ltd. */ #include <command.h> #include <net.h> U_BOOT_CMD(dhcp, 3, 1, do_dhcp, "boot image via network using DHCP/TFTP protocol", "[loadAddress] [[hostIPaddr:]bootfilename]");