]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: rename check_disk_has_default_file function
authorMasahisa Kojima <masahisa.kojima@linaro.org>
Fri, 12 Jan 2024 00:19:21 +0000 (09:19 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 21 Jan 2024 10:24:24 +0000 (11:24 +0100)
commiteb2f0867a179c4f6cef4dd67deb7fb2bf2faf923
tree363b4e39bca5ca0cd4919c49fa1388c18015a675
parente75e4cf5d91012fa8af327177a7927daabfcf931
efi_loader: rename check_disk_has_default_file function

check_disk_has_default_file() function checks if the
architecture-specific default file exists on the block
device, and fills the default file device path if it exists.

Rename the function name to fill_default_file_path().

Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/efi_bootmgr.c