sb/intel/i82801jx/acpi: Replace LEqual(a,b) with ASL 2.0 syntax
commita41716fadc60c6260cecd38ad9d187bc1a69da0b
authorFelix Singer <felixsinger@posteo.net>
Sun, 2 Jan 2022 00:19:30 +0000 (2 01:19 +0100)
committerFelix Singer <felixsinger@posteo.net>
Fri, 29 Jul 2022 10:15:39 +0000 (29 10:15 +0000)
treec10728b0cd820b58381b98e5fcce27e662e8f7be
parent561f7df3bd8e07786e12f873362d729c60c97ea5
sb/intel/i82801jx/acpi: Replace LEqual(a,b) with ASL 2.0 syntax

Replace `LEqual(a, b)` with `a == b`.

Change-Id: I3aebd29bba285229979b79867c881018f61e2060
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60666
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-by: Sridhar Siricilla <sridhar.siricilla@intel.com>
src/southbridge/intel/i82801jx/acpi/ich10.asl
src/southbridge/intel/i82801jx/acpi/lpc.asl