diff options
| author | Simon Glass <[email protected]> | 2019-12-28 10:44:43 -0700 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2020-01-24 23:06:47 +0530 |
| commit | 34971eec84e25773e29acfeeeae5ccb88f197ab4 (patch) | |
| tree | d0082c5fa0919ba3fd59f48e62d46b3dca6b3944 /cmd | |
| parent | 2e11cb086fc21cf9dee2e7280fd5696e0a14016d (diff) | |
common: Move do_tftpb() to net.h
This function belongs in the network header file. Move it.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/pxe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/pxe.c b/cmd/pxe.c index 73f1b4fbd33..194a366aa15 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" |
