[PATCH 36/40] WIP: Add debugging for ACPI emission
Simon Glass
sjg at chromium.org
Wed Dec 1 17:03:10 CET 2021
Turn this on for debugging purposes.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
lib/acpi/acpi_writer.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/acpi/acpi_writer.c b/lib/acpi/acpi_writer.c
index 946f90e8e7b..98965cc443d 100644
--- a/lib/acpi/acpi_writer.c
+++ b/lib/acpi/acpi_writer.c
@@ -6,6 +6,7 @@
*/
#define LOG_CATEGORY LOGC_ACPI
+#define LOG_DEBUG
#include <common.h>
#include <log.h>
--
2.34.0.rc2.393.gf8c9666880-goog
More information about the U-Boot
mailing list