From e37806766feb667be25ada02ada2b796131ca6d0 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Fri, 11 Feb 2022 21:51:23 +0100 Subject: sb/amd/*/*/acpi: Reduce stylistic differences Change-Id: I1375b1d18113000b31266030fd7115e23d7cce5f Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/61875 Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth --- src/southbridge/amd/agesa/hudson/acpi/AmdImc.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/southbridge/amd/agesa/hudson') diff --git a/src/southbridge/amd/agesa/hudson/acpi/AmdImc.asl b/src/southbridge/amd/agesa/hudson/acpi/AmdImc.asl index 757b193c04..6fe5e33cb8 100644 --- a/src/southbridge/amd/agesa/hudson/acpi/AmdImc.asl +++ b/src/southbridge/amd/agesa/hudson/acpi/AmdImc.asl @@ -20,7 +20,7 @@ Method(WACK, 0) { Local0 = 0 Local1 = 50 - While ((Local0 != 0xFA) && (Local1 > 0)) { + While ((Local0 != 0xfa) && (Local1 > 0)) { Local0 = MRG0 Sleep(10) Local1-- -- cgit v1.2.3