summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/zork/variants/vilboz
diff options
context:
space:
mode:
authorFrank Wu <frank_wu@compal.corp-partner.google.com>2021-03-02 18:22:08 +0800
committerMartin Roth <martinroth@google.com>2021-03-03 18:59:55 +0000
commitedd748fdb3f0d3395857673bf14c1ebaebe44de5 (patch)
tree9b2ef1959d758c0979559c353903449573d3586d /src/mainboard/google/zork/variants/vilboz
parent2494aa952c911c64113581fcd6895a9222973c72 (diff)
downloadcoreboot-edd748fdb3f0d3395857673bf14c1ebaebe44de5.tar.gz
coreboot-edd748fdb3f0d3395857673bf14c1ebaebe44de5.tar.bz2
coreboot-edd748fdb3f0d3395857673bf14c1ebaebe44de5.zip
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 <frank_wu@compal.corp-partner.google.com> Change-Id: I477b55d64fd9d33d753b10b2de443041a12d13e2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51171 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Kangheui Won <khwon@chromium.org>
Diffstat (limited to 'src/mainboard/google/zork/variants/vilboz')
-rw-r--r--src/mainboard/google/zork/variants/vilboz/variant.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mainboard/google/zork/variants/vilboz/variant.c b/src/mainboard/google/zork/variants/vilboz/variant.c
index 3816aac20388..e75d8fcd8afb 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;
}