Skip to content

Commit 37d15c3

Browse files
fix argument duplication which is not needed.
1 parent 8b78a08 commit 37d15c3

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

third_party/silabs/SiWx917_sdk.gni

-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ declare_args() {
3838

3939
# enable 917 SoC M4 sleep wakeup
4040
si917_m4_sleep_enabled = false
41-
42-
# Factory Provision storage
43-
use_flash_storage = true
4441
}
4542

4643
# Defines an siwx917 SDK build target.

third_party/silabs/efr32_sdk.gni

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ declare_args() {
8484
chip_enable_ota_custom_tlv_testing = false
8585

8686
# Factory Provision storage
87-
use_flash_storage = false
87+
use_flash_storage = wifi_soc
8888
}
8989

9090
examples_plat_dir = "${chip_root}/examples/platform/silabs/efr32"

0 commit comments

Comments
 (0)