commit | 07469d753abd76a6b8a17f3956b8972a86b62054 | [log] [tgz] |
---|---|---|
author | Soby Mathew <soby.mathew@arm.com> | Tue Feb 20 13:52:20 2018 +0000 |
committer | Soby Mathew <soby.mathew@arm.com> | Wed Feb 21 16:51:12 2018 +0000 |
tree | 116817f4315d50dd5c9a043af5fa5993621832e1 | |
parent | 2d855cd0deef674f9d199b4c8bff296d1f7ef403 [diff] |
Resolve TZC400 build issue when DEBUG=1 and ENABLE_ASSERTIONS=0 Previously the definition of `_tzc_read_peripheral_id()` was wrapped in ENABLE_ASSERTIONS build flag. This causes build issue for TZC400 driver when DEBUG=1 and ENABLE_ASSERTIONS=0. This patch fixes the same by moving the definitions outside the ENABLE_ASSERTIONS build flag. Change-Id: Ic1cad69f02ce65ac34aefd39eaa96d5781043152 Signed-off-by: Soby Mathew <soby.mathew@arm.com>