commit | 17e88046c044971033c585653966adbde5b02806 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Mon Nov 25 09:07:37 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 06 16:44:18 2019 -0500 |
tree | cb7825fb4b1bf12d1284a6ca7cf7dd3b60dec5fc | |
parent | ceed4b4a7923be3fdf19604d6f21be6056e0cd4c [diff] |
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 <patrice.chotard@st.com>