summaryrefslogtreecommitdiff
path: root/cmd/bootefi.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-02-19 17:25:26 -0500
committerTom Rini <trini@konsulko.com>2020-02-19 17:25:26 -0500
commit9770f92d022211dc02fb496a7642fde1a96a2292 (patch)
treeead0f925ee73ebdfd266e5d35fcf06434e0030db /cmd/bootefi.c
parent42a2de54d066c256925b85f6885179c9999811e4 (diff)
parent0e228853b520611a0ee6fe2b9bd7a0bc3f8c30fc (diff)
Merge tag 'efi-2020-04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
Pull request for UEFI sub-system for efi-2020-04-rc3 * Update the Kconfig description of CONFIG_EFI_RNG_PROTOCOL * Fix a function comment resolving a warning in 'make htmldocs'
Diffstat (limited to 'cmd/bootefi.c')
-rw-r--r--cmd/bootefi.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/cmd/bootefi.c b/cmd/bootefi.c
index d347bd5ec06..24fc42ae898 100644
--- a/cmd/bootefi.c
+++ b/cmd/bootefi.c
@@ -203,15 +203,15 @@ static void *get_config_table(const efi_guid_t *guid)
/**
* efi_install_fdt() - install device tree
*
- * If fdt_addr is available, the device tree located at that memory address will
- * will be installed as configuration table, otherwise the device tree located
- * at the address indicated by environment variable fdt_addr or as fallback
- * fdtcontroladdr will be used.
+ * If fdt is not EFI_FDT_USE_INTERNAL, the device tree located at that memory
+ * address will will be installed as configuration table, otherwise the device
+ * tree located at the address indicated by environment variable fdt_addr or as
+ * fallback fdtcontroladdr will be used.
*
* On architectures using ACPI tables device trees shall not be installed as
* configuration table.
*
- * @fdt_addr: address of device tree or EFI_FDT_USE_INTERNAL to use the
+ * @fdt: address of device tree or EFI_FDT_USE_INTERNAL to use the
* the hardware device tree as indicated by environment variable
* fdt_addr or as fallback the internal device tree as indicated by
* the environment variable fdtcontroladdr