Home
last modified time | relevance | path

Searched hist:"5699274373 e9bf569ffb4001a3d2ee0ebf1b6b03" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/cpu/armv7/
H A Dvirt-v7.c5699274373e9bf569ffb4001a3d2ee0ebf1b6b03 Wed Dec 17 04:58:04 UTC 2014 tang yuantian <Yuantian.Tang@freescale.com> 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>