Commit b07b1ff5 authored by Soby Mathew's avatar Soby Mathew
Browse files

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
parent f3974ea5
......@@ -170,9 +170,6 @@ void tzc_init(uintptr_t base)
assert(base);
/* Assert if already initialised */
assert(!tzc.base);
tzc.base = base;
/*
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment