summaryrefslogtreecommitdiffstats
path: root/src/acpi
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2022-12-26 09:43:07 +0100
committerFelix Singer <felixsinger@posteo.net>2022-12-27 09:06:47 +0000
commit9df60d36b2637c500030e7c9cef620002f7f47bf (patch)
treeee8b6e961747141ca37db831680fb3f371e4782a /src/acpi
parent42efd7f593c9d270ff330d1282d9c569d1ec709a (diff)
downloadcoreboot-9df60d36b2637c500030e7c9cef620002f7f47bf.tar.gz
coreboot-9df60d36b2637c500030e7c9cef620002f7f47bf.tar.bz2
coreboot-9df60d36b2637c500030e7c9cef620002f7f47bf.zip
tree/acpi: Replace constant "Zero" with actual number
Change-Id: I5a3e3506415f424bf0fdd48fc449520a76622af5 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/71525 Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/acpi')
-rw-r--r--src/acpi/dsdt_top.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/acpi/dsdt_top.asl b/src/acpi/dsdt_top.asl
index 1ae933e95dd0..0dd2002ddcdd 100644
--- a/src/acpi/dsdt_top.asl
+++ b/src/acpi/dsdt_top.asl
@@ -10,8 +10,8 @@
/* Operating system enumeration. */
Name (OSYS, 0)
-/* Zero => PIC mode, 1 => APIC Mode */
-Name (PICM, Zero)
+/* 0 => PIC mode, 1 => APIC Mode */
+Name (PICM, 0)
/* Power state (AC = 1) */
Name (PWRS, 1)