diff --git a/bes2600/Makefile b/bes2600/Makefile index 788aee2..2dcba09 100644 --- a/bes2600/Makefile +++ b/bes2600/Makefile @@ -65,7 +65,7 @@ BES2600_DRV_VERSION := bes2600_0.3.5_2024.0116 ifeq ($(CONFIG_BES2600_CALIB_FROM_LINUX),y) FACTORY_CRC_CHECK ?= n -STANDARD_FACTORY_EFUSE_FLAG ?= y +STANDARD_FACTORY_EFUSE_FLAG ?= n FACTORY_PATH ?= bes2600/bes2600_factory.txt endif diff --git a/bes2600/wsm.h b/bes2600/wsm.h index 0673131..22845ac 100644 --- a/bes2600/wsm.h +++ b/bes2600/wsm.h @@ -2236,7 +2236,5 @@ int wsm_cpu_usage_cmd(struct bes2600_common *hw_priv); int wsm_wifi_status_cmd(struct bes2600_common *hw_priv, uint32_t status); -#if defined(STANDARD_FACTORY_EFUSE_FLAG) int wsm_save_factory_txt_to_mcu(struct bes2600_common *hw_priv, const u8 *data, int if_id, enum bes2600_rf_cmd_type cmd_type); -#endif #endif /* BES2600_HWIO_H_INCLUDED */