efi_loader: fix efi_install_fdt() description
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 7 Feb 2020 21:10:49 +0000 (22:10 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 19 Feb 2020 11:53:36 +0000 (12:53 +0100)
commit7d4d551e7dcea15d63be9a61ad013134e362f6cb
tree4a42296b5741445b57b2896da13c701ac60e135d
parentf2a73d6867ef973fbb8471cc87058205999b5e5c
efi_loader: fix efi_install_fdt() description

In the function description use the correct parameter name.

Mention EFI_FDT_USE_INTERNAL.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/bootefi.c