pxe: Move pxe_utils files
authorSimon Glass <sjg@chromium.org>
Thu, 14 Oct 2021 18:48:00 +0000 (12:48 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 12 Nov 2021 00:02:21 +0000 (19:02 -0500)
commit262cfb5b15420a1aea465745a821e684b3dfa153
tree5ca11ceba83974229782b7298e99ed97af11c332
parent8018b9af57b5cd0cfddf48a8d12f04dba8b77a65
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>
boot/Makefile
boot/pxe_utils.c [moved from cmd/pxe_utils.c with 100% similarity]
cmd/Makefile
cmd/sysboot.c
include/pxe_utils.h [moved from cmd/pxe_utils.h with 100% similarity]