summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixelBot AutoMerger <android-nexus-securitybot@system.gserviceaccount.com>2024-02-25 19:07:12 -0800
committerSecurityBot <android-nexus-securitybot@system.gserviceaccount.com>2024-02-25 19:07:13 -0800
commit7db872e1fd0b032e16ebdeaa1348b385096e3609 (patch)
tree16694b256507788c29c02f48fa828436dd026fd8
parentdd5fdc220c6180022a038e99cfcfecdb71be3a46 (diff)
parent9c667d07ed716e26411b3eb944d86d157f74cb8e (diff)
downloadcnss2-android-gs-lynx-5.10-android15-dp.tar.gz
SBMerger: 605678113 Change-Id: Ie76229f30044a3e38bcf8117fd1b1fe73f4f4d64 Signed-off-by: SecurityBot <android-nexus-securitybot@system.gserviceaccount.com>
-rw-r--r--mhi/core/boot.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/mhi/core/boot.c b/mhi/core/boot.c
index e7f8292..ca27a37 100644
--- a/mhi/core/boot.c
+++ b/mhi/core/boot.c
@@ -219,8 +219,8 @@ static int mhi_fw_load_bhie(struct mhi_controller *mhi_cntrl,
}
sequence_id = MHI_RANDOM_U32_NONZERO(BHIE_TXVECSTATUS_SEQNUM_BMSK);
- MHI_VERB("Starting image download via BHIe. Sequence ID: %u\n",
- sequence_id);
+ MHI_LOG("Starting image download via BHIe. Sequence ID: %u by timeout %u ms\n",
+ sequence_id, mhi_cntrl->timeout_ms);
mhi_write_reg(mhi_cntrl, base, BHIE_TXVECADDR_HIGH_OFFS,
upper_32_bits(mhi_buf->dma_addr));
@@ -281,8 +281,8 @@ static int mhi_fw_load_bhi(struct mhi_controller *mhi_cntrl,
}
mhi_cntrl->session_id = MHI_RANDOM_U32_NONZERO(BHI_TXDB_SEQNUM_BMSK);
- MHI_VERB("Starting image download via BHI. Session ID: %u\n",
- mhi_cntrl->session_id);
+ MHI_LOG("Starting image download via BHI. Session ID: %u by timeout %u ms\n",
+ mhi_cntrl->session_id, mhi_cntrl->timeout_ms);
mhi_write_reg(mhi_cntrl, base, BHI_STATUS, 0);
mhi_write_reg(mhi_cntrl, base, BHI_IMGADDR_HIGH,
upper_32_bits(dma_addr));