Hello Felix Singer, Jeremy Soller, Paul Menzel, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45323
to look at the new patch set (#2).
Change subject: ec/system76: undefine PECI gpio in ACPI to prevent build failure ......................................................................
ec/system76: undefine PECI gpio in ACPI to prevent build failure
PECI is defined as GPIO 268 in CNL-LP soc code. Thus, it gets replaced by the literal number '268' in ACPI code, failing the build.
Undefine PECI in the ACPI code to fix this.
Change-Id: I60b752b906d95f858195965544d91c0b9cc9ff8a Signed-off-by: Michael Niewöhner foss@mniewoehner.de --- M src/ec/system76/ec/acpi/ec_ram.asl 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/45323/2