From dfbb634ae16065811894d67ff802c1e838ce0749 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Mon, 26 Dec 2022 08:39:35 +0100 Subject: mainboard/acpi: Replace constant "One" with actual number Change-Id: Id1078b14a805eea53d2a7c5a8183a5413f26e115 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/71521 Reviewed-by: Elyes Haouas Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) --- .../google/rambi/variants/candy/include/variant/acpi/usb.asl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/google/rambi/variants/candy/include') diff --git a/src/mainboard/google/rambi/variants/candy/include/variant/acpi/usb.asl b/src/mainboard/google/rambi/variants/candy/include/variant/acpi/usb.asl index d953667643..5a9e1efa50 100644 --- a/src/mainboard/google/rambi/variants/candy/include/variant/acpi/usb.asl +++ b/src/mainboard/google/rambi/variants/candy/include/variant/acpi/usb.asl @@ -14,7 +14,7 @@ Scope (\_SB.PCI0.XHCI.RHUB.PRT1) // Visible Method (_PLD, 0, NotSerialized) // _PLD: Physical Location of Device { - Return (GPLD (One)) + Return (GPLD (1)) } } Scope (\_SB.PCI0.XHCI.RHUB.PRT2) @@ -50,7 +50,7 @@ Scope (\_SB.PCI0.XHCI.RHUB.PRT2) // Visible Method (_PLD, 0, NotSerialized) // _PLD: Physical Location of Device { - Return (GPLD (One)) + Return (GPLD (1)) } } -- cgit v1.2.3