southbridge/intel/bd82x6x/acpi: Use Printf() for debug prints

Change-Id: I68488f120bc80ea4ba2aa4760e15c7175bf1fb41
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60453
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
This commit is contained in:
Felix Singer 2021-12-29 13:14:38 +01:00
parent f64ad5e2d3
commit bb665ed635
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ Device (XHC)
// Query flag clear and xHCI in auto mode
If(!(CDW1 & 0x1) && (XHCI == 2 || XHCI == 3)) {
Debug = "XHCI Switch"
Printf ("XHCI Switch")
Local0 = 0
Local0 = XPRT & 0x03
If(Local0 == 0 || Local0 == 1) {