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

Remove the assert for TZC base during initialization
This commit is contained in:
danh-arm 2015-12-09 11:27:32 +00:00
commit 7e473eaefc
1 changed files with 0 additions and 3 deletions

View File

@ -170,9 +170,6 @@ void tzc_init(uintptr_t base)
assert(base);
/* Assert if already initialised */
assert(!tzc.base);
tzc.base = base;
/*