soc/intel/cannonlake/acpi: Replace LGreaterEqual(a,b) with ASL 2.0 syntax
commitd62f3aa69d01478d3a898d3a1483e414fe41ef37
authorFelix Singer <felixsinger@posteo.net>
Sun, 2 Jan 2022 01:16:23 +0000 (2 02:16 +0100)
committerFelix Singer <felixsinger@posteo.net>
Thu, 9 Jun 2022 08:59:53 +0000 (9 08:59 +0000)
treef3fbed02cb7d3f3bbced74b77e55b67075e223da
parent5c9560407931963fd64418b48e7da26e5e4051dc
soc/intel/cannonlake/acpi: Replace LGreaterEqual(a,b) with ASL 2.0 syntax

Replace `LGreaterEqual(a, b)` with `a >= b`.

Change-Id: Ic9836acb4d32f2ce30c3c6d488bc22ddc64bf365
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60688
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sean Rhodes <sean@starlabs.systems>
src/soc/intel/cannonlake/acpi/gpio.asl
src/soc/intel/cannonlake/acpi/gpio_cnp_h.asl
src/soc/intel/cannonlake/acpi/scs.asl