aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2024-04-09 22:48:24 +0200
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2024-04-13 11:03:12 +0200
commit8d7ccea1c3e17bced94e4e5d76f4a3eecd12b18f (patch)
tree322202d4b1ad8ccb8c5c2d3a6f95a12b81ddb662 /lib
parentb34ce3113babd3e6e56196431146a15c5bc6c92e (diff)
downloadu-boot-8d7ccea1c3e17bced94e4e5d76f4a3eecd12b18f.zip
u-boot-8d7ccea1c3e17bced94e4e5d76f4a3eecd12b18f.tar.gz
u-boot-8d7ccea1c3e17bced94e4e5d76f4a3eecd12b18f.tar.bz2
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>
Diffstat (limited to 'lib')
-rw-r--r--lib/efi_loader/efi_acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_loader/efi_acpi.c b/lib/efi_loader/efi_acpi.c
index 67bbd2a..67bd7f8 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,