]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitf47f2227ab5a008bfa40ef216d54d4326378e45e
tree5ca11ceba83974229782b7298e99ed97af11c332
parent46ef99d815504a9518111289e2e531787bdb26a6
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 [new file with mode: 0644]
cmd/Makefile
cmd/pxe_utils.c [deleted file]
cmd/pxe_utils.h [deleted file]
cmd/sysboot.c
include/pxe_utils.h [new file with mode: 0644]