mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
efi_loader: 'EFI using ACPI tables at' should be debug message
The message "EFI using ACPI tables at %lx\n" is only of interest when debugging. Make it a debug message. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
parent
b34ce3113b
commit
8d7ccea1c3
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ efi_status_t efi_acpi_register(void)
|
|||
}
|
||||
|
||||
addr = gd_acpi_start();
|
||||
printf("EFI using ACPI tables at %lx\n", addr);
|
||||
log_debug("EFI using ACPI tables at %lx\n", addr);
|
||||
|
||||
/* And expose them to our EFI payload */
|
||||
return efi_install_configuration_table(&acpi_guid,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue