Commit 7e473eae authored by danh-arm's avatar danh-arm
Browse files

Merge pull request #458 from soby-mathew/sm/rem_tzc_base_assert

Remove the assert for TZC base during initialization
parents c7488966 b07b1ff5
...@@ -170,9 +170,6 @@ void tzc_init(uintptr_t base) ...@@ -170,9 +170,6 @@ void tzc_init(uintptr_t base)
assert(base); assert(base);
/* Assert if already initialised */
assert(!tzc.base);
tzc.base = 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