diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-08-07 00:11:38 +0200 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-08-11 07:52:15 +0200 |
commit | 751e5bfdb531aa3093e02d616a4f0bce701e8b50 (patch) | |
tree | 7e556ce67cbbbe7557ae2fa25e001f08a991a46e /lib | |
parent | 68bd3456689bceecba23707b9b73d63b2a501f53 (diff) | |
download | u-boot-751e5bfdb531aa3093e02d616a4f0bce701e8b50.tar.gz u-boot-751e5bfdb531aa3093e02d616a4f0bce701e8b50.tar.bz2 u-boot-751e5bfdb531aa3093e02d616a4f0bce701e8b50.zip |
efi_loader: correct description of efi_get_distro_fdt_name
Use the correct function name.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/efi_loader/efi_fdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_loader/efi_fdt.c b/lib/efi_loader/efi_fdt.c index c5ecade3ae..f882622fda 100644 --- a/lib/efi_loader/efi_fdt.c +++ b/lib/efi_loader/efi_fdt.c @@ -14,7 +14,7 @@ #include <vsprintf.h> /** - * distro_efi_get_fdt_name() - get the filename for reading the .dtb file + * efi_get_distro_fdt_name() - get the filename for reading the .dtb file * * @fname: buffer for filename * @size: buffer size |