cnss2: Avoid PBL/SBL region dump in Mission mode
Access to PBL and SBL log region in SRAM is restricted in Mission mode. Avoid PBL/SBL log region dump in Mission mode. Change-Id: Ia8813ccd9e2c0339c280e6cb6d6f0bab0bee206e CRs-Fixed: 3432159
This commit is contained in:

committed by
Madan Koyyalamudi

szülő
3ef55a9a08
commit
190e1efaa9
@@ -33,6 +33,10 @@
|
||||
#define LINK_TRAINING_RETRY_DELAY_MS 500
|
||||
#define MSI_USERS 4
|
||||
|
||||
#define CNSS_MHI_IN_MISSION_MODE(ee) (ee == MHI_EE_AMSS || \
|
||||
ee == MHI_EE_WFW || \
|
||||
ee == MHI_EE_FP)
|
||||
|
||||
enum cnss_mhi_state {
|
||||
CNSS_MHI_INIT,
|
||||
CNSS_MHI_DEINIT,
|
||||
|
Reference in New Issue
Block a user