Searched hist:d5d5595ab16d54d779108922d3b74f24c94c7eb7 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/plat/hisilicon/hikey/ |
| H A D | hikey_security.c | d5d5595ab16d54d779108922d3b74f24c94c7eb7 Sat Jan 27 12:36:12 UTC 2018 Victor Chong <victor.chong@linaro.org> hikey: fix assert in sec_protect()
`assert(e)` was used in place of `if (e) ERROR()` when sec_protect() was ported from hikey fork so the logic should have been reversed.
Fixes: 3d5d9f5a ("hikey: configure the top 16MB of DRAM as secure") Fixes: 52988b38 ("hikey: configure 4 MB of secure DRAM for OP-TEE Secure Data Path") Signed-off-by: Victor Chong <victor.chong@linaro.org> Tested-by: Victor Chong <victor.chong@linaro.org>
|