From 3a43968a82655d2e91dade3cd73b03a86d931893 Mon Sep 17 00:00:00 2001 From: Lucas Chen Date: Tue, 25 Mar 2025 13:54:15 +0800 Subject: [PATCH] mb/google/brask/var/moxie: Remove wifi sar table for moxie The parent project kuldax had support wifi sar switch. But moxie does not support Wifi sar. Remove wifi sar table. BUG=b:248367859 TEST=build pass Change-Id: I012ff2d9c8c4d6d4480cae7166bf8e633bcaa752 Signed-off-by: Lucas Chen Reviewed-on: https://review.coreboot.org/c/coreboot/+/87004 Tested-by: build bot (Jenkins) Reviewed-by: Kapil Porwal Reviewed-by: Jayvik Desai --- src/mainboard/google/brya/Kconfig | 1 - src/mainboard/google/brya/variants/moxie/variant.c | 6 ------ 2 files changed, 7 deletions(-) diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index f7f8bf9a22..378e7cd9bb 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -383,7 +383,6 @@ config BOARD_GOOGLE_MOLI config BOARD_GOOGLE_MOXIE select BOARD_GOOGLE_BASEBOARD_BRASK - select CHROMEOS_WIFI_SAR if CHROMEOS select DRIVERS_GENESYSLOGIC_GL9755 select EC_GOOGLE_CHROMEEC_INCLUDE_SSFC_IN_FW_CONFIG select INTEL_GMA_HAVE_VBT diff --git a/src/mainboard/google/brya/variants/moxie/variant.c b/src/mainboard/google/brya/variants/moxie/variant.c index b7cba968a5..e1266c7ec8 100644 --- a/src/mainboard/google/brya/variants/moxie/variant.c +++ b/src/mainboard/google/brya/variants/moxie/variant.c @@ -3,12 +3,6 @@ #include #include #include -#include - -const char *get_wifi_sar_cbfs_filename(void) -{ - return "wifi_sar_0.hex"; -} void variant_update_soc_chip_config(struct soc_intel_alderlake_config *config) {