summaryrefslogtreecommitdiff
path: root/src/southbridge/amd/agesa/hudson
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-02-11 21:51:23 +0100
committerMartin L Roth <gaumless@tutanota.com>2022-05-16 02:57:51 +0000
commite37806766feb667be25ada02ada2b796131ca6d0 (patch)
treee9c83782171faf9271a6d6e1feda3e4c0cd49df6 /src/southbridge/amd/agesa/hudson
parent9ca1ef96aef59d0e03610566f90f028e9c487712 (diff)
sb/amd/*/*/acpi: Reduce stylistic differences
Change-Id: I1375b1d18113000b31266030fd7115e23d7cce5f Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61875 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@tutanota.com>
Diffstat (limited to 'src/southbridge/amd/agesa/hudson')
-rw-r--r--src/southbridge/amd/agesa/hudson/acpi/AmdImc.asl2
1 files changed, 1 insertions, 1 deletions
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--