aboutsummaryrefslogtreecommitdiff
path: root/plat/rockchip/rk3368/include/platform_def.h
diff options
context:
space:
mode:
authorLin Huang <hl@rock-chips.com>2017-05-12 10:26:32 +0800
committerCaesar Wang <wxt@rock-chips.com>2017-06-08 10:01:19 +0800
commit84597b57f98233989ef44ee0ccdf67b8ecea97b3 (patch)
treed43a67cd16e694b81cb586851a8d7225dbe0911b /plat/rockchip/rk3368/include/platform_def.h
parent4e836d3578a6817756a320022f0595ec2ee50f3f (diff)
downloadtrusted-firmware-a-84597b57f98233989ef44ee0ccdf67b8ecea97b3.tar.gz
rockchip: check wakeup cpu when resume
unlike rk3399 and rk3368, there are some rockchip 64bit SOC do not have CPUPD, and pmu_cpuson_entrypoint() is common function for rockchip platform, so we need to check wakeup cpu when resume. Change-Id: I6313e8a9d7c16b03e033414f0cb281646c2159ff Signed-off-by: Lin Huang <hl@rock-chips.com>
Diffstat (limited to 'plat/rockchip/rk3368/include/platform_def.h')
-rw-r--r--plat/rockchip/rk3368/include/platform_def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plat/rockchip/rk3368/include/platform_def.h b/plat/rockchip/rk3368/include/platform_def.h
index 4ad3445dbd..07b91e2683 100644
--- a/plat/rockchip/rk3368/include/platform_def.h
+++ b/plat/rockchip/rk3368/include/platform_def.h
@@ -123,5 +123,6 @@
#define PLAT_RK_PRIMARY_CPU 0x0
#define PSRAM_DO_DDR_RESUME 0
+#define PSRAM_CHECK_WAKEUP_CPU 0
#endif /* __PLATFORM_DEF_H__ */