Attention is currently required from: Sean Rhodes.
Matt DeVillier has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/86321?usp=email )
Change subject: ec/starlabs/merlin: Drop unused reference to events.asl ......................................................................
ec/starlabs/merlin: Drop unused reference to events.asl
The events.asl file was removed in commit 43ac56bf434f ("ec/starlabs/merlin: Move common variants to respective files") and the reference to it should have been dropped as well instead of guarded.
TEST=build various starlabs boards.
Change-Id: Ifbb986378dd49c6a1d316a4922c46c46180497ee Signed-off-by: Matt DeVillier matt.devillier@gmail.com --- M src/ec/starlabs/merlin/acpi/ec.asl 1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/86321/1
diff --git a/src/ec/starlabs/merlin/acpi/ec.asl b/src/ec/starlabs/merlin/acpi/ec.asl index 22a3a4b..5a8219c 100644 --- a/src/ec/starlabs/merlin/acpi/ec.asl +++ b/src/ec/starlabs/merlin/acpi/ec.asl @@ -137,9 +137,6 @@ #if CONFIG(SYSTEM_TYPE_LAPTOP) || CONFIG(SYSTEM_TYPE_DETACHABLE) #include "battery.asl" #endif -#if !CONFIG(EC_STARLABS_MERLIN) - #include "events.asl" -#endif #include "lid.asl" #if CONFIG(SYSTEM_TYPE_DETACHABLE) #include "dock.asl"