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:
parent
f64ad5e2d3
commit
bb665ed635
|
@ -149,7 +149,7 @@ Device (XHC)
|
||||||
|
|
||||||
// Query flag clear and xHCI in auto mode
|
// Query flag clear and xHCI in auto mode
|
||||||
If(!(CDW1 & 0x1) && (XHCI == 2 || XHCI == 3)) {
|
If(!(CDW1 & 0x1) && (XHCI == 2 || XHCI == 3)) {
|
||||||
Debug = "XHCI Switch"
|
Printf ("XHCI Switch")
|
||||||
Local0 = 0
|
Local0 = 0
|
||||||
Local0 = XPRT & 0x03
|
Local0 = XPRT & 0x03
|
||||||
If(Local0 == 0 || Local0 == 1) {
|
If(Local0 == 0 || Local0 == 1) {
|
||||||
|
|
Loading…
Reference in New Issue