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>
This commit is contained in:
Simon Glass
2019-12-28 10:44:43 -07:00
committed by Tom Rini
parent 2ebebb942d
commit 77f4e477ae
3 changed files with 12 additions and 3 deletions

View File

@@ -6,6 +6,7 @@
#include <common.h>
#include <command.h>
#include <net.h>
#include "pxe_utils.h"