mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
qseecom: change sg_entry phy address to 32bit
Change sg_entry phys address to 32bit, so that QSEECom will send 32bit phy address to TZ as 8994 TZ APP will be remained as 32bit. Change-Id: I9e486c7ee36869ab818389d4b656c86cc6aeb899 Signed-off-by: Zhen Kong <zkong@codeaurora.org>
This commit is contained in:
parent
512860c2df
commit
dbb151538e
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ struct qseecom_dev_handle {
|
|||
};
|
||||
|
||||
struct qseecom_sg_entry {
|
||||
phys_addr_t phys_addr;
|
||||
uint32_t phys_addr;
|
||||
uint32_t len;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue