]> Git Repo - J-u-boot.git/commit - cmd/pxe.c
cmd: Prepare sysboot command independence
authorPatrice Chotard <[email protected]>
Mon, 25 Nov 2019 08:07:37 +0000 (09:07 +0100)
committerTom Rini <[email protected]>
Fri, 6 Dec 2019 21:44:18 +0000 (16:44 -0500)
commit2373cba3d2d5d182378c0259cf609438355bfece
treecb7825fb4b1bf12d1284a6ca7cf7dd3b60dec5fc
parent1ac2cb974142132d9bfd988e6a8702d7a66958e0
cmd: Prepare sysboot command independence

As sysboot and pxe commands are sharing piece of code, migrate this
common code into a new file pxe_utils.c to prepare sysboot command
code extraction from pxe.c

Signed-off-by: Patrice Chotard <[email protected]>
cmd/Makefile
cmd/pxe.c
cmd/pxe_utils.c [new file with mode: 0644]
cmd/pxe_utils.h [new file with mode: 0644]
This page took 0.034477 seconds and 4 git commands to generate.