mirror of
https://xff.cz/git/u-boot/
synced 2025-09-07 03:32:20 +02:00
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>
This commit is contained in:
@@ -203,15 +203,15 @@ static void *get_config_table(const efi_guid_t *guid)
|
|||||||
/**
|
/**
|
||||||
* efi_install_fdt() - install device tree
|
* efi_install_fdt() - install device tree
|
||||||
*
|
*
|
||||||
* If fdt_addr is available, the device tree located at that memory address will
|
* If fdt is not EFI_FDT_USE_INTERNAL, the device tree located at that memory
|
||||||
* will be installed as configuration table, otherwise the device tree located
|
* address will will be installed as configuration table, otherwise the device
|
||||||
* at the address indicated by environment variable fdt_addr or as fallback
|
* tree located at the address indicated by environment variable fdt_addr or as
|
||||||
* fdtcontroladdr will be used.
|
* fallback fdtcontroladdr will be used.
|
||||||
*
|
*
|
||||||
* On architectures using ACPI tables device trees shall not be installed as
|
* On architectures using ACPI tables device trees shall not be installed as
|
||||||
* configuration table.
|
* 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
|
* the hardware device tree as indicated by environment variable
|
||||||
* fdt_addr or as fallback the internal device tree as indicated by
|
* fdt_addr or as fallback the internal device tree as indicated by
|
||||||
* the environment variable fdtcontroladdr
|
* the environment variable fdtcontroladdr
|
||||||
|
Reference in New Issue
Block a user