mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 18:14:24 +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:
commit
7e473eaefc
1 changed files with 0 additions and 3 deletions
|
@ -170,9 +170,6 @@ void tzc_init(uintptr_t base)
|
|||
|
||||
assert(base);
|
||||
|
||||
/* Assert if already initialised */
|
||||
assert(!tzc.base);
|
||||
|
||||
tzc.base = base;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue