]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Correct SPL uses of CMD_TFTPPUT
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:36:45 +0000 (15:36 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 9 Feb 2023 21:32:26 +0000 (16:32 -0500)
commitb15a4af8105e2a6355333e139d827be558017ae0
tree78cceaae8a2a95e9db9f6fde466a8d50a758e712
parentd89c8e10901131dc905fb3a3751f424c1234d85d
Correct SPL uses of CMD_TFTPPUT

This converts 3 usages of this option to the non-SPL form, since there is
no SPL_CMD_TFTPPUT defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/net.c