Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
53a7e98bb7c18da01a84bdfaa5525b9929b973a4
/
.
/
cmd
/
lwip
/
tftp.c
blob: 6bb7a3733a24b06fe0e912a8b5c7b9f5ebe994c2 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
/* Copyright (C) 2024-2025 Linaro Ltd. */
#include
<command.h>
#include
<net.h>
U_BOOT_CMD
(
tftpboot
,
3
,
0
,
do_tftpb
,
"boot image via network using TFTP protocol"
,
"[loadAddress] [[hostIPaddr:]bootfilename]"
);