aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/f2a85-m/dsdt.asl
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2021-01-25 16:48:51 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2021-01-27 11:19:38 +0000
commit3f2467032e3e40cd456d2d9fe5120a60283784aa (patch)
tree8db8ea086dd93f32b385c5eb0b4a9e7e3c122bf9 /src/mainboard/asus/f2a85-m/dsdt.asl
parent6dc6ee6e72bb302740ea50782981f17635dbf6e5 (diff)
sb,soc/amd: Rename PMOD to PICM in ASL
Use the same variable name as soc/intel to implement a common _PIC method at top-level ASL. Change-Id: I48f9e224d6d0101c2101be99cd18ff382738f0dd Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49903 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/asus/f2a85-m/dsdt.asl')
-rw-r--r--src/mainboard/asus/f2a85-m/dsdt.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/asus/f2a85-m/dsdt.asl b/src/mainboard/asus/f2a85-m/dsdt.asl
index 3f72eb105e..7b52fb6cbe 100644
--- a/src/mainboard/asus/f2a85-m/dsdt.asl
+++ b/src/mainboard/asus/f2a85-m/dsdt.asl
@@ -52,7 +52,7 @@ DefinitionBlock (
Name(_ADR, 0x00150000)
Name(_PRW, Package() {0x18, 4})
Method(_PRT,0) {
- If(PMOD){ Return(ABR0) } /* APIC mode */
+ If(PICM){ Return(ABR0) } /* APIC mode */
Return (PBR0) /* PIC mode */
}
}
@@ -61,7 +61,7 @@ DefinitionBlock (
Name(_ADR, 0x00150001)
Name(_PRW, Package() {0x18, 4})
Method(_PRT, 0) {
- If(PMOD){ Return(ABR1) } /* APIC mode */
+ If(PICM){ Return(ABR1) } /* APIC mode */
Return (PBR1) /* PIC mode */
}
}