northbridge/intel/ironlake/acpi: Use Printf() for debug prints
Change-Id: I5d3af659255548e84ef676387ca994588c69438c Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60452 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
This commit is contained in:
parent
d0437f331a
commit
f64ad5e2d3
|
@ -119,7 +119,7 @@ Device (MCHC)
|
|||
Return (0)
|
||||
}
|
||||
|
||||
Debug = "Set TDP Down"
|
||||
Printf ("Set TDP Down")
|
||||
|
||||
/* Set CTC */
|
||||
CTCS = CTCD
|
||||
|
@ -155,7 +155,7 @@ Device (MCHC)
|
|||
Return (0)
|
||||
}
|
||||
|
||||
Debug = "Set TDP Nominal"
|
||||
Printf ("Set TDP Nominal")
|
||||
|
||||
/* Set PL1 */
|
||||
PL1V = CTDN
|
||||
|
|
Loading…
Reference in New Issue