commit | 5e3e39a3bbd3adfba7a1976b12c99f8965e753c2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 14 12:48:05 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 11 19:02:30 2021 -0500 |
tree | 49cf70c7cc0d176b73ca8eb0ee66d249b13cbd6b | |
parent | e719fe0970587406eff2286bde8619e393da7536 [diff] |
pxe: Drop get_bootfile_path() This function no longer makes sense, since it is pretty easy to prepend the boot directory to the filename. Drop it and update its only caller. 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>