aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2015-12-07 17:55:40 +0000
committerSoby Mathew <soby.mathew@arm.com>2015-12-08 15:32:43 +0000
commitb07b1ff5e66359946a0b2047a423f512c333cd62 (patch)
tree6893ec138116c18648bcee4ee8d471932074d2a3 /drivers
parentf3974ea5b17b0ec88091a8a8c59e56da0fe507f0 (diff)
downloadarm-trusted-firmware-b07b1ff5e66359946a0b2047a423f512c333cd62.tar.gz
Remove the assert for TZC base during initialization
When resuming from system suspend the TZC needs to be re-initialized. Hence the assertion for TZC base address to detect re-initialization is removed. Change-Id: I53d64146f6c919e95526441bb997f7b309c68141
Diffstat (limited to 'drivers')
-rw-r--r--drivers/arm/tzc400/tzc400.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/arm/tzc400/tzc400.c b/drivers/arm/tzc400/tzc400.c
index 940e00e0..7194443e 100644
--- a/drivers/arm/tzc400/tzc400.c
+++ b/drivers/arm/tzc400/tzc400.c
@@ -170,9 +170,6 @@ void tzc_init(uintptr_t base)
assert(base);
- /* Assert if already initialised */
- assert(!tzc.base);
-
tzc.base = base;
/*