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(tftpboot, 3, 0, do_tftpb,
8 "boot image via network using TFTP protocol",
9 "[loadAddress] [[hostIPaddr:]bootfilename]");
10