diff options
| author | Simon Glass <[email protected]> | 2021-10-14 12:48:00 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-11-11 19:02:21 -0500 |
| commit | 262cfb5b15420a1aea465745a821e684b3dfa153 (patch) | |
| tree | 5ca11ceba83974229782b7298e99ed97af11c332 /cmd/sysboot.c | |
| parent | 8018b9af57b5cd0cfddf48a8d12f04dba8b77a65 (diff) | |
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 <[email protected]>
Reviewed-by: Artem Lapkin <[email protected]>
Tested-by: Artem Lapkin <[email protected]>
Reviewed-by: Ramon Fried <[email protected]>
Diffstat (limited to 'cmd/sysboot.c')
| -rw-r--r-- | cmd/sysboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/sysboot.c b/cmd/sysboot.c index 85fa5d8aa01..b81255e155a 100644 --- a/cmd/sysboot.c +++ b/cmd/sysboot.c @@ -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]; |
