commit | 774d28eb12e7b2ab384850336cf77d3eb8df3ce4 | [log] [tgz] |
---|---|---|
author | Heyi Guo <guoheyi@linux.alibaba.com> | Wed May 13 16:25:37 2020 +0800 |
committer | Heyi Guo <guoheyi@linux.alibaba.com> | Tue Feb 09 10:41:58 2021 +0800 |
tree | 0ca0281115a27ae1e8008e1fd75f78b9ff2e928f | |
parent | cd1ab5ae2ce460dbcac0c89aaee9347a7481bef3 [diff] |
tzc400: fix logical error in FILTER_BIT definitions The filters parameter passed to tzc400_configure_region() is supposed to be filter bit flag without bit shift, so the macros TZC_400_REGION_ATTR_FILTER_BIT and TZC_400_REGION_ATTR_FILTER_BIT_ALL should always construct the value without any shift. It is not a functional issue for TZC_REGION_ATTR_F_EN_SHIFT is lucky to be 0. Signed-off-by: Heyi Guo <guoheyi@linux.alibaba.com> Change-Id: I5d363c462b8517256523f637e670eefa56722afd