aboutsummaryrefslogtreecommitdiff
path: root/src/ec/hp/kbc1126/acpi/ec.asl
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2021-12-26 15:33:54 +0100
committerFelix Singer <felixsinger@posteo.net>2021-12-29 13:35:48 +0000
commite0625f8c8bcaa7a65e3df2a70e140634ca318895 (patch)
tree888843fb088239468ad1b986b736653755e0373d /src/ec/hp/kbc1126/acpi/ec.asl
parent3462a1b858453d4926ade9313a238c999193b6a1 (diff)
ec/hp/kbc1126/acpi: Use Printf() for debug prints
Built with BUILD_TIMELESS=1 and coreboot.rom remains identical. Change-Id: Id343bde61706d4d1de2102c3567141e427d8126d Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60383 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/ec/hp/kbc1126/acpi/ec.asl')
-rw-r--r--src/ec/hp/kbc1126/acpi/ec.asl10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ec/hp/kbc1126/acpi/ec.asl b/src/ec/hp/kbc1126/acpi/ec.asl
index 81bdff969a..4c0056dcc6 100644
--- a/src/ec/hp/kbc1126/acpi/ec.asl
+++ b/src/ec/hp/kbc1126/acpi/ec.asl
@@ -202,27 +202,27 @@ Device (EC0)
Method (_Q04, 0, NotSerialized)
{
- Store ("EC: _Q04", Debug)
+ Printf ("EC: _Q04")
PNOT()
}
Method (_Q05, 0, NotSerialized)
{
- Store ("EC: _Q05", Debug)
+ Printf ("EC: _Q05")
}
Method (_Q0B, 0, NotSerialized)
{
- Store ("EC: _Q0B", Debug)
+ Printf ("EC: _Q0B")
}
Method (_Q0C, 0, NotSerialized)
{
- Store ("EC: _Q0C", Debug)
+ Printf ("EC: _Q0C")
}
Method (_Q0D, 0, NotSerialized)
{
- Store ("EC: _Q0D", Debug)
+ Printf ("EC: _Q0D")
}
}