From e0c96daccedc12a31c52a5da3cfacdb4a61c2e9a Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Tue, 10 Jan 2023 13:32:25 -0700 Subject: {ec,mb}/system76: Move smbios_system_wakeup_type Move the implementation of smbios_system_wakeup_type from the mainboards to the EC for all models that use System76 EC (everything except KBL). Change-Id: Iaace234ca87e8a05eaa006a438d2c9eb13ce4d76 Signed-off-by: Tim Crawford Reviewed-on: https://review.coreboot.org/c/coreboot/+/71802 Tested-by: build bot (Jenkins) Reviewed-by: Jeremy Soller --- src/mainboard/system76/addw1/ramstage.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/mainboard/system76/addw1') diff --git a/src/mainboard/system76/addw1/ramstage.c b/src/mainboard/system76/addw1/ramstage.c index 376849f5a2..ca6f64b158 100644 --- a/src/mainboard/system76/addw1/ramstage.c +++ b/src/mainboard/system76/addw1/ramstage.c @@ -2,12 +2,6 @@ #include #include -#include - -smbios_wakeup_type smbios_system_wakeup_type(void) -{ - return SMBIOS_WAKEUP_TYPE_POWER_SWITCH; -} static void mainboard_init(void *chip_info) { -- cgit v1.2.3