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/whl-u/acpi/gpe.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/system76/whl-u/acpi') diff --git a/src/mainboard/system76/whl-u/acpi/gpe.asl b/src/mainboard/system76/whl-u/acpi/gpe.asl index e0da476705..8291837426 100644 --- a/src/mainboard/system76/whl-u/acpi/gpe.asl +++ b/src/mainboard/system76/whl-u/acpi/gpe.asl @@ -2,7 +2,7 @@ // GPP_D9 SCI Method (_L29, 0, Serialized) { - Debug = Concatenate("GPE _L29: ", ToHexString(\_SB.PCI0.LPCB.EC0.WFNO)) + Printf ("GPE _L29: %o", ToHexString(\_SB.PCI0.LPCB.EC0.WFNO)) If (\_SB.PCI0.LPCB.EC0.ECOK) { If (\_SB.PCI0.LPCB.EC0.WFNO == 1) { Notify(\_SB.LID0, 0x80) -- cgit v1.2.3