pxe: Move pxe_utils files

Move the header file into the main include/ directory so we can use it
from the bootmethod code. Move the C file into boot/ since it relates to
booting.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Artem Lapkin <email2tema@gmail.com>
Tested-by: Artem Lapkin <email2tema@gmail.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
This commit is contained in:
Simon Glass
2021-10-14 12:48:00 -06:00
committed by Tom Rini
parent 8018b9af57
commit 262cfb5b15
5 changed files with 6 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
#include <command.h>
#include <env.h>
#include <fs.h>
#include "pxe_utils.h"
#include <pxe_utils.h>
static char *fs_argv[5];