mb/google/auron/acpi: Use Printf() for debug prints
Change-Id: Ib06452c7b89c328d124e98669178b5dd3fc235f8 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60422 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
This commit is contained in:
@@ -92,8 +92,7 @@ Scope (\_TZ)
|
||||
Local1 = CTOK (\TCRT)
|
||||
|
||||
If (Local0 >= Local1) {
|
||||
Debug = "CRITICAL TEMPERATURE"
|
||||
Debug = Local0
|
||||
Printf ("CRITICAL TEMPERATURE: %o", Local0)
|
||||
|
||||
// Wait 1 second for EC to re-poll
|
||||
Sleep (1000)
|
||||
@@ -101,8 +100,7 @@ Scope (\_TZ)
|
||||
// Re-read temperature from EC
|
||||
Local0 = TCHK ()
|
||||
|
||||
Debug = "RE-READ TEMPERATURE"
|
||||
Debug = Local0
|
||||
Printf ("RE-READ TEMPERATURE: %o", Local0)
|
||||
}
|
||||
|
||||
Return (Local0)
|
||||
|
Reference in New Issue
Block a user