commit | 65b4ab65538e0da8e03e05d137001f10c78273d0 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Thu Oct 23 17:35:07 2014 -0700 |
committer | Kumar Gala <galak@codeaurora.org> | Fri Jan 23 10:19:17 2015 -0600 |
tree | 0f29e61e20848b1b778d87df4bab8552ff9d31c2 | |
parent | 0c2d96780da958d4d48d116c6daaa85d4495d282 [diff] |
ARM: qcom: scm: Clarify boot interface The secure world only knows about 32-bit wide physical addresses for the boot API. Clarify the kernel interface by explicitly stating a u32 instead of phys_addr_t which could be 32 or 64 bits depending on LPAE or not. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Kumar Gala <galak@codeaurora.org>