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:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user