repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ec/dasharo: Add dependancy to EC_DASHARO_EC_FLASH_SIZE
[coreboot.git]
/
src
/
mainboard
/
google
/
brya
/
variants
/
taeko
/
variant.c
blob
b44e9e3daba1438dfa2e9a9f3ac7c9ab7532b637
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <fw_config.h>
4
#include <sar.h>
5
6
const char
*
get_wifi_sar_cbfs_filename
(
void
)
7
{
8
return
get_wifi_sar_fw_config_filename
(
FW_CONFIG_FIELD
(
WIFI_SAR_ID
));
9
}