From fcdb03d07957375c5f842a2ca3d5d2a0ab2f34d3 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Sun, 25 Dec 2022 17:22:41 +0100 Subject: {ec,mb}/system76/acpi: Use Printf() for debug prints Change-Id: Ia5ae30a1ee976b8059936027b28ac56f37279217 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/71516 Reviewed-by: Tim Crawford Tested-by: build bot (Jenkins) --- src/mainboard/system76/kbl-u/acpi/s76.asl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mainboard/system76/kbl-u/acpi/s76.asl') diff --git a/src/mainboard/system76/kbl-u/acpi/s76.asl b/src/mainboard/system76/kbl-u/acpi/s76.asl index babca3a82a..53bb801ff4 100644 --- a/src/mainboard/system76/kbl-u/acpi/s76.asl +++ b/src/mainboard/system76/kbl-u/acpi/s76.asl @@ -11,13 +11,13 @@ Device (S76D) { Name (_UID, 0) Method (RSET, 0, Serialized) { - Debug = "S76D: RSET" + Printf ("S76D: RSET") SAPL(0) SKBL(0) } Method (INIT, 0, Serialized) { - Debug = "S76D: INIT" + Printf ("S76D: INIT") RSET() If (^^PCI0.LPCB.EC0.ECOK) { // Set flags to use software control @@ -29,7 +29,7 @@ Device (S76D) { } Method (FINI, 0, Serialized) { - Debug = "S76D: FINI" + Printf ("S76D: FINI") RSET() If (^^PCI0.LPCB.EC0.ECOK) { // Set flags to use hardware control -- cgit v1.2.3