repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/google/nissa/var/glassway: Modify touch screen ILIT2901 sequence
[coreboot2.git]
/
src
/
mainboard
/
google
/
dedede
/
variants
/
lalala
/
variant.c
blob
8bbae629d943ebc05479ff564ee4e1eae9316ec4
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
if
(
fw_config_probe
(
FW_CONFIG
(
TABLETMODE
,
TABLETMODE_ENABLED
)))
9
return
"wifi_sar-lalala.hex"
;
10
11
return
WIFI_SAR_CBFS_DEFAULT_FILENAME
;
12
}