aboutsummaryrefslogtreecommitdiff
path: root/plat/rockchip/rk3368/include/platform_def.h
diff options
context:
space:
mode:
authordavidcunado-arm <david.cunado@arm.com>2017-06-08 17:34:44 +0100
committerGitHub <noreply@github.com>2017-06-08 17:34:44 +0100
commitc906d2a8493bedcb5478a466f13a579551900c17 (patch)
tree5d947a508785a0b46479dc3b9fc4711b5bbe2daf /plat/rockchip/rk3368/include/platform_def.h
parent0437c421cdafcf84e92a7a47ea814b2f772f2c7c (diff)
parent84597b57f98233989ef44ee0ccdf67b8ecea97b3 (diff)
Merge pull request #967 from rockchip-linux/rockchip-cleanup-20170606
RK3399: Shrink M0 SRAM code to fit in PMUSRAM
Diffstat (limited to 'plat/rockchip/rk3368/include/platform_def.h')
-rw-r--r--plat/rockchip/rk3368/include/platform_def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plat/rockchip/rk3368/include/platform_def.h b/plat/rockchip/rk3368/include/platform_def.h
index 053f6fe39..07b91e268 100644
--- a/plat/rockchip/rk3368/include/platform_def.h
+++ b/plat/rockchip/rk3368/include/platform_def.h
@@ -122,4 +122,7 @@
#define PLAT_RK_PRIMARY_CPU 0x0
+#define PSRAM_DO_DDR_RESUME 0
+#define PSRAM_CHECK_WAKEUP_CPU 0
+
#endif /* __PLATFORM_DEF_H__ */