Jerome Forissier | 53a7e98 | 2025-06-25 15:19:12 +0200 | [diff] [blame^] | 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]"); |