mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-12 19:04:59 +00:00
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:
@@ -170,9 +170,6 @@ void tzc_init(uintptr_t base)
|
||||
|
||||
assert(base);
|
||||
|
||||
/* Assert if already initialised */
|
||||
assert(!tzc.base);
|
||||
|
||||
tzc.base = base;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user