commit | 997fb3b68a1f000a5fe57c2665fd4acbf4b56011 | [log] [tgz] |
---|---|---|
author | Usama Arif <usama.arif@arm.com> | Mon Oct 05 10:18:52 2020 +0100 |
committer | Alexei Fedorov <Alexei.Fedorov@arm.com> | Tue Oct 06 12:14:34 2020 +0000 |
tree | 1bf97aacb61a857b45ed8e3a7f27916db84f347d | |
parent | e547d4d3487d45f3c127fab1911d18def61e83c2 [diff] |
plat/arm: common: add guard for arm_get_rotpk_info_regs Only define arm_get_rotpk_info_regs if ROTPK is in registers, i.e. (ARM_ROTPK_LOCATION_ID == ARM_ROTPK_REGS_ID). This will allow platform build without definition of TZ_PUB_KEY_HASH_BASE if dedicated registers for ROTPK are not available on the platform. Change-Id: I74ee2d5007f5d876a031a1efca20ebee2dede0c7 Signed-off-by: Usama Arif <usama.arif@arm.com>