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:
Zhen Kong 2014-12-17 16:58:30 -08:00
parent 512860c2df
commit dbb151538e

View file

@ -225,7 +225,7 @@ struct qseecom_dev_handle {
};
struct qseecom_sg_entry {
phys_addr_t phys_addr;
uint32_t phys_addr;
uint32_t len;
};