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