]> git.dujemihanovic.xyz Git - u-boot.git/commit
pxe: Move calculation of FDT file into a function
authorSimon Glass <sjg@chromium.org>
Fri, 15 Dec 2023 04:19:11 +0000 (21:19 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 10 Apr 2024 23:04:25 +0000 (17:04 -0600)
commit8ed730f7204c72694b2214335a000207fcaf7e68
treede0e19bac79fb9af569afa53aa2e284712fa394b
parent03a4a6d5bc9823576571bba5826d85f3b3c3a523
pxe: Move calculation of FDT file into a function

This code undertakes a separate task from the main logic of
label_run_boot() so move it into its own function.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/pxe_utils.c