From edd748fdb3f0d3395857673bf14c1ebaebe44de5 Mon Sep 17 00:00:00 2001 From: Frank Wu Date: Tue, 2 Mar 2021 18:22:08 +0800 Subject: [PATCH] mb/google/zork/var/vilboz: Update WiFi SAR for Vilboz Loading wifi_sar-vilboz-1.hex for vilboz360 LTE sku for the present. BUG=b:177684735, b:176168400 BRANCH=zork TEST=emerge-zork coreboot chromeos-bootimage, then verify that tables are in CBFS and loaded by iwlwifi driver. Signed-off-by: Frank Wu Change-Id: I477b55d64fd9d33d753b10b2de443041a12d13e2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51171 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Kangheui Won --- src/mainboard/google/zork/variants/vilboz/variant.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/mainboard/google/zork/variants/vilboz/variant.c b/src/mainboard/google/zork/variants/vilboz/variant.c index 3816aac203..e75d8fcd8a 100644 --- a/src/mainboard/google/zork/variants/vilboz/variant.c +++ b/src/mainboard/google/zork/variants/vilboz/variant.c @@ -80,11 +80,7 @@ const char *get_wifi_sar_cbfs_filename(void) filename = "wifi_sar-vilboz-1.hex"; break; case 7: - /* - TODO: Set default first. It will be replaced after the - new table is generated. - */ - filename = "wifi_sar_defaults.hex"; + filename = "wifi_sar-vilboz-1.hex"; break; }