firmware: qcom: tz_log: fix incorrect datatype for warm_jmp_addr.
warm_jmp_addr variable datatype is uint32 in tz version 2.X (32 -bit)
and uint64 in tz version >=3.X (64 bit). But HLOS side always hadling with
uint32. So this is causing mismatch data types between Tz and HLOS side,
which is providing wrong 'Warmboot jump address'. So updating
tzdbg_boot_info according to the TZ versions.
Change-Id: I216f9d4407592ae0112902fe423a807ae3c146d0
Signed-off-by:
Mallikarjuna Reddy Amireddy <mamire@codeaurora.org>
Loading
Please register or sign in to comment