]> Git Repo - u-boot.git/commit
cmd: sysboot: Create a sysboot command dedicated file
authorPatrice Chotard <[email protected]>
Mon, 25 Nov 2019 08:07:38 +0000 (09:07 +0100)
committerTom Rini <[email protected]>
Fri, 6 Dec 2019 21:44:18 +0000 (16:44 -0500)
commit993c912d304d0aee0cd2f71ca4ff274741bf218c
treeec44ebcff20530f73ad458b3993f92c39716eeab
parent2373cba3d2d5d182378c0259cf609438355bfece
cmd: sysboot: Create a sysboot command dedicated file

Extract all sysboot command related code from pxe.c to new sysboot.c
Update Kconfig to insure that DISTRO_DEFAULT select new CMD_SYSBOOT
command.

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