blob: 6bb7a3733a24b06fe0e912a8b5c7b9f5ebe994c2 [file] [log] [blame]
Jerome Forissier53a7e982025-06-25 15:19:12 +02001// SPDX-License-Identifier: GPL-2.0+
2/* Copyright (C) 2024-2025 Linaro Ltd. */
3
4#include <command.h>
5#include <net.h>
6
7U_BOOT_CMD(tftpboot, 3, 0, do_tftpb,
8 "boot image via network using TFTP protocol",
9 "[loadAddress] [[hostIPaddr:]bootfilename]");