qcacld-3.0: Skip bmi and ramdump at runtime

Need to support SNOC and PCI dynamically.
Core BSP code is responsible for SNOC firmware
loading and crash dumps.

Change-Id: Ia16076809f2b74be6f32ad5015b79b1fe2c13ca3
CRs-Fixed: 986480
This commit is contained in:
Houston Hoffman
2016-02-12 17:10:24 -08:00
committed by Gerrit - the friendly Code Review server
orang tua ab091116bf
melakukan 9a547dc0bc
5 mengubah file dengan 44 tambahan dan 33 penghapusan

Melihat File

@@ -62,24 +62,7 @@ struct ol_config_info {
void ol_init_ini_config(struct ol_context *ol_ctx,
struct ol_config_info *cfg);
#ifdef HIF_PCI
void bmi_cleanup(struct ol_context *scn);
QDF_STATUS bmi_done(struct ol_context *ol_ctx);
QDF_STATUS bmi_download_firmware(struct ol_context *ol_ctx);
#else
static inline void bmi_cleanup(struct ol_context *scn)
{
return;
}
static inline QDF_STATUS bmi_done(struct ol_context *ol_ctx)
{
return QDF_STATUS_SUCCESS;
}
static inline QDF_STATUS bmi_download_firmware(struct ol_context *ol_ctx)
{
return QDF_STATUS_SUCCESS;
}
#endif
#endif /* _BMI_H_ */