mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 02:24:18 +00:00
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
This commit is contained in:
parent
f3974ea5b1
commit
b07b1ff5e6
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