[PATCH] soc: qcom: scm: Clarify boot interface

2014-10-23 Thread Stephen Boyd
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 --- drivers/soc/qcom/scm-boot.c | 2 +-

[PATCH] soc: qcom: scm: Clarify boot interface

2014-10-23 Thread Stephen Boyd
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 sb...@codeaurora.org ---