summaryrefslogtreecommitdiff
path: root/src/mainboard/system76/bonw14
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/system76/bonw14')
-rw-r--r--src/mainboard/system76/bonw14/acpi/dgpu.asl2
-rw-r--r--src/mainboard/system76/bonw14/acpi/gpe.asl2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/system76/bonw14/acpi/dgpu.asl b/src/mainboard/system76/bonw14/acpi/dgpu.asl
index 6521ee947e..d7349ef7f8 100644
--- a/src/mainboard/system76/bonw14/acpi/dgpu.asl
+++ b/src/mainboard/system76/bonw14/acpi/dgpu.asl
@@ -55,7 +55,7 @@ Device (\_SB.PCI0.PEG0)
Method (_DSM, 4, Serialized)
{
- Debug = "NVIDIA _DSM"
+ Printf("NVIDIA _DSM")
Printf(" Arg0: %o", IDST(Arg0))
Printf(" Arg1: %o", SFST(Arg1))
Printf(" Arg2: %o", SFST(Arg2))
diff --git a/src/mainboard/system76/bonw14/acpi/gpe.asl b/src/mainboard/system76/bonw14/acpi/gpe.asl
index 7ef9a989c0..2c0a907ef4 100644
--- a/src/mainboard/system76/bonw14/acpi/gpe.asl
+++ b/src/mainboard/system76/bonw14/acpi/gpe.asl
@@ -2,7 +2,7 @@
// GPP_K6 SCI
Method (_L06, 0, Serialized) {
- Debug = Concatenate("GPE _L06: ", ToHexString(\_SB.PCI0.LPCB.EC0.WFNO))
+ Printf ("GPE _L06: %o", ToHexString(\_SB.PCI0.LPCB.EC0.WFNO))
If (\_SB.PCI0.LPCB.EC0.ECOK) {
If (\_SB.PCI0.LPCB.EC0.WFNO == 1) {
Notify(\_SB.LID0, 0x80)