Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
1ff0036489179075ee91a607e0ef80e503a27a5a
/
.
/
net
/
lwip
/
tftp.c
blob: 1fa246f55d9845f487cf8c7747af0f1ed36c37d2 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
/* Copyright (C) 2024 Linaro Ltd. */
#include
<command.h>
#include
<net-lwip.h>
int
do_tftpb
(
struct
cmd_tbl
*
cmdtp
,
int
flag
,
int
argc
,
char
*
const
argv
[])
{
/* Not implemented */
return
CMD_RET_FAILURE
;
}