summaryrefslogtreecommitdiff
path: root/cmd/pxe.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-12-28 20:44:43 +0300
committerTom Rini <trini@konsulko.com>2020-01-17 21:26:48 +0300
commit77f4e477ae85e7ad229a86337a2b951aa7b48e68 (patch)
treed21af950d73afa1ca48197e99f2cf1410a146f99 /cmd/pxe.c
parent2ebebb942d76f24d316bf268564b7c62a18d7a98 (diff)
downloadu-boot-77f4e477ae85e7ad229a86337a2b951aa7b48e68.tar.xz
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/pxe.c b/cmd/pxe.c
index 73f1b4fbd3..194a366aa1 100644
--- a/cmd/pxe.c
+++ b/cmd/pxe.c
@@ -6,6 +6,7 @@
#include <common.h>
#include <command.h>
+#include <net.h>
#include "pxe_utils.h"