mb/google/jecht/acpi: Replace LGreaterEqual(a,b) with ASL 2.0 syntax
commit6c84832e9fb9e102bf5f6377399fa2e6f81e2417
authorFelix Singer <felixsinger@posteo.net>
Sun, 2 Jan 2022 01:28:21 +0000 (2 02:28 +0100)
committerFelix Singer <felixsinger@posteo.net>
Thu, 9 Jun 2022 09:08:29 +0000 (9 09:08 +0000)
treeae11dacea2ba2c7d7d1f453e01180807ecdc19c4
parente0545cc2bb913d12e37f03fc55d48d1ef10aec8d
mb/google/jecht/acpi: Replace LGreaterEqual(a,b) with ASL 2.0 syntax

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

Change-Id: I56e8fdb2503a84ded2bcf183402602579c3f2997
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60694
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sean Rhodes <sean@starlabs.systems>
src/mainboard/google/jecht/variants/guado/include/variant/acpi/thermal.asl
src/mainboard/google/jecht/variants/jecht/include/variant/acpi/thermal.asl
src/mainboard/google/jecht/variants/rikku/include/variant/acpi/thermal.asl
src/mainboard/google/jecht/variants/tidus/include/variant/acpi/thermal.asl