commit | 5699274373e9bf569ffb4001a3d2ee0ebf1b6b03 | [log] [tgz] |
---|---|---|
author | tang yuantian <Yuantian.Tang@freescale.com> | Wed Dec 17 12:58:04 2014 +0800 |
committer | York Sun <yorksun@freescale.com> | Fri Jan 23 22:29:14 2015 -0600 |
tree | c2edd616c1b4318639366330a7defdb82d3ddf9c | |
parent | dd04832d522918cad1d3ae894f94c5e59c04d567 [diff] |
ARM: HYP/non-sec: Make variable gic_dist_addr as a local one Defining variable gic_dist_addr as a globe one prevents some functions, which use it, from being used before relocation which is the case in the deep sleep resume process on Freescale SoC platforms. Besides, we can always get the GIC base address by calling get_gicd_base_address() without referring gic_dist_addr. Signed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>