summaryrefslogtreecommitdiff
path: root/src/southbridge/amd/agesa/hudson/acpi/AmdImc.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/amd/agesa/hudson/acpi/AmdImc.asl')
-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--