mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-08 08:16:59 +02: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
@ -41,7 +41,7 @@ efi_status_t efi_acpi_register(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
addr = gd_acpi_start();
|
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 */
|
/* And expose them to our EFI payload */
|
||||||
return efi_install_configuration_table(&acpi_guid,
|
return efi_install_configuration_table(&acpi_guid,
|
||||||
|
Loading…
Reference in New Issue
Block a user