
10 Apr
2024
10 Apr
'24
11:22 a.m.
Hi Heinrich
On Tue, 9 Apr 2024 at 22:48, Heinrich Schuchardt heinrich.schuchardt@canonical.com wrote:
The message "EFI using ACPI tables at %lx\n" is only of interest when debugging. Make it a debug message.
Fixes: 085f8db6b98d ("efi: Use the installed ACPI tables")
It doesn't fix anything broken, so can you get rid of this during the merge?
Other than that Reviewed-by: Ilias Apalodimas ilias.apalodimas@linaro.org
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
lib/efi_loader/efi_acpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/efi_loader/efi_acpi.c b/lib/efi_loader/efi_acpi.c index 67bbd2a01c0..67bd7f8ca24 100644 --- a/lib/efi_loader/efi_acpi.c +++ b/lib/efi_loader/efi_acpi.c @@ -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,
-- 2.43.0