commit | efadd5b002a819d0e0213ac10a1e3d1c9463a07b | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Wed Aug 08 15:22:04 2012 -0700 |
committer | Linux Build Service Account <lnxbuild@localhost> | Sat Aug 25 11:56:43 2012 -0600 |
tree | 6f83ee60beea5f8661ff2a98f26e01e3c4994cb8 | |
parent | 0c5f1a029ae1d9405a14c0a190db0ab63264cd54 [diff] |
msm: scm-boot: Clarify types for scm_set_boot_addr() The boot address is a physical address (even if the secure monitor only considers it to be 32 bits). Move to using phys_addr_t to clarify this is a physical address and to ease any support of LPAE in the future. Also make the flags unsigned so that we can use the highest bit if necessary. Change-Id: I1aa5ca9cb75ea94b4df72c5a536cf42f73ff8051 Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>