summaryrefslogtreecommitdiff
path: root/plat/rockchip
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2019-04-25 12:40:41 +0200
committerHeiko Stuebner <heiko@sntech.de>2019-04-25 13:37:56 +0200
commit48bea0f3bc1aceadea4f9c311d34a0ae5c828369 (patch)
tree88453660ed780b0741e9d3b72887ec2c047efa5a /plat/rockchip
parent3b5b888d1b33fe9978cea7131f0177cc5e8a4fbc (diff)
rockchip: rk3328: drop double declaration of entry_point storage
The cpuson_entry_point and cpuson_flags are already declared in plat_private.h so there is no need to have it again declared in the local pmu.h, especially as it may cause conflicts when the other type changes. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Change-Id: I80ae0e23d22f67109ed96f8ac059973b6de2ce87
Diffstat (limited to 'plat/rockchip')
-rw-r--r--plat/rockchip/rk3328/drivers/pmu/pmu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/plat/rockchip/rk3328/drivers/pmu/pmu.h b/plat/rockchip/rk3328/drivers/pmu/pmu.h
index d98f53cb..dfb8912c 100644
--- a/plat/rockchip/rk3328/drivers/pmu/pmu.h
+++ b/plat/rockchip/rk3328/drivers/pmu/pmu.h
@@ -49,8 +49,6 @@ enum pmu_cores_pm_by_wfi {
extern void *pmu_cpuson_entrypoint_start;
extern void *pmu_cpuson_entrypoint_end;
-extern uint64_t cpuson_entry_point[PLATFORM_CORE_COUNT];
-extern uint32_t cpuson_flags[PLATFORM_CORE_COUNT];
#define CORES_PM_DISABLE 0x0