From b07b1ff5e66359946a0b2047a423f512c333cd62 Mon Sep 17 00:00:00 2001 From: Soby Mathew Date: Mon, 7 Dec 2015 17:55:40 +0000 Subject: [PATCH] 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 --- drivers/arm/tzc400/tzc400.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/arm/tzc400/tzc400.c b/drivers/arm/tzc400/tzc400.c index 940e00e0c..7194443e3 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; /*