pxe: Drop get_bootfile_path()
authorSimon Glass <sjg@chromium.org>
Thu, 14 Oct 2021 18:48:05 +0000 (12:48 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 12 Nov 2021 00:02:30 +0000 (19:02 -0500)
commit74b7a2b8815cf953ea0b72800bd9db7f0d6a119a
tree49cf70c7cc0d176b73ca8eb0ee66d249b13cbd6b
parent12df842ee324a7e188a643bfee6fe08f28127b26
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>
boot/pxe_utils.c
include/pxe_utils.h