{acpi,arch,soc}/acpi: Replace constant "One" with actual number

Change-Id: I3dfd7dd1de3bd27c35c195bd43c4a5b8c5a2dc53
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71522
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Felix Singer
2022-12-26 08:45:56 +01:00
parent dfbb634ae1
commit 7b8ac0030c
32 changed files with 88 additions and 88 deletions

View File

@@ -10,7 +10,7 @@ Device (TCHG)
Method (_STA)
{
If (\DPTE == One) {
If (\DPTE == 1) {
Return (0xF)
} Else {
Return (0x0)