diff options
author | Simon Glass <sjg@chromium.org> | 2019-12-28 10:44:43 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-01-17 13:26:48 -0500 |
commit | 77f4e477ae85e7ad229a86337a2b951aa7b48e68 (patch) | |
tree | d21af950d73afa1ca48197e99f2cf1410a146f99 /cmd/pxe.c | |
parent | 2ebebb942d76f24d316bf268564b7c62a18d7a98 (diff) | |
download | u-boot-77f4e477ae85e7ad229a86337a2b951aa7b48e68.zip u-boot-77f4e477ae85e7ad229a86337a2b951aa7b48e68.tar.gz u-boot-77f4e477ae85e7ad229a86337a2b951aa7b48e68.tar.bz2 |
common: Move do_tftpb() to net.h
This function belongs in the network header file. Move it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'cmd/pxe.c')
-rw-r--r-- | cmd/pxe.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ #include <common.h> #include <command.h> +#include <net.h> #include "pxe_utils.h" |