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 <lucas.chen@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/87004
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Reviewed-by: Jayvik Desai <jayvik@google.com>
This commit is contained in:
Lucas Chen 2025-03-25 13:54:15 +08:00 committed by Subrata Banik
commit 3a43968a82
2 changed files with 0 additions and 7 deletions

View file

@ -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

View file

@ -3,12 +3,6 @@
#include <baseboard/variants.h>
#include <chip.h>
#include <fw_config.h>
#include <sar.h>
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)
{