commit | 819851e06bf70707a95699ce67150b5b36d5f07c | [log] [tgz] |
---|---|---|
author | Tianyi Gou <tgou@codeaurora.org> | Tue Apr 16 16:05:56 2013 -0700 |
committer | Tianyi Gou <tgou@codeaurora.org> | Tue Apr 16 18:32:48 2013 -0700 |
tree | b716996318d39d1600ca79a63494abc003730956 | |
parent | 82374c6d037b1e274a0f9315e4813bf680623301 [diff] |
msm: pil: Use phys_addr_t for physical address Update the physical address type to be phys_addr_t for the following reasons: 1) Match with the return type of the pil_get_entry_addr() 2) If the image is placed above 4GB e.g. LPAE supported case, phys_addr_t can hold physical address. Change-Id: Ifcffc336b7b94a6f864afc05c3f5a3ffdc813231 Signed-off-by: Tianyi Gou <tgou@codeaurora.org>