summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2020-09-09 12:11:36 +0800
committerPeng Fan <peng.fan@nxp.com>2020-10-13 13:28:39 +0800
commit4618a84c133536a122dad90950bf790d9748e4d5 (patch)
tree38738ece8ec79b0b76cedfc8313d231d327df36d
parent25ead41a194b87ff9d30e7c4a5c05875a33c432d (diff)
MLK-24599 Revert "spd: opteed: enable NS_TIMER_SWITCH"
This cause RCU stall on i.MX platform, because timer control register was cleared to 0, and non secure timer interrupt was disabled during OP-TEE executing tests. This reverts commit 43f999a7e35db5bdbb5af6dfc7efc46f6ecab443. Reviewed-by: Jacky Bai <ping.bai@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
-rw-r--r--services/spd/opteed/opteed.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/services/spd/opteed/opteed.mk b/services/spd/opteed/opteed.mk
index 643b0542..b1b21751 100644
--- a/services/spd/opteed/opteed.mk
+++ b/services/spd/opteed/opteed.mk
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2013-2019, ARM Limited and Contributors. All rights reserved.
+# Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -13,6 +13,3 @@ SPD_SOURCES := services/spd/opteed/opteed_common.c \
services/spd/opteed/opteed_pm.c
NEED_BL32 := yes
-
-# required so that optee code can control access to the timer registers
-NS_TIMER_SWITCH := 1