diff options
author | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2020-02-06 14:34:44 +0100 |
---|---|---|
committer | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2020-02-24 11:01:46 +0100 |
commit | 88005701ece84522f419d8176460f7e9d9ea7240 (patch) | |
tree | 764eb6800138ee837eb328c1c32edb2c34229c58 /include | |
parent | 1035a70625e322427853c161308b5960c42bb961 (diff) | |
download | platform_external_arm-trusted-firmware-88005701ece84522f419d8176460f7e9d9ea7240.tar.gz platform_external_arm-trusted-firmware-88005701ece84522f419d8176460f7e9d9ea7240.tar.bz2 platform_external_arm-trusted-firmware-88005701ece84522f419d8176460f7e9d9ea7240.zip |
plat/arm: Pass cookie argument down to arm_get_rotpk_info()
The cookie will be leveraged in the next commit.
Change-Id: Ie8bad275d856d84c27466461cf815529dd860446
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/plat/arm/common/plat_arm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plat/arm/common/plat_arm.h b/include/plat/arm/common/plat_arm.h index 025a64fa2..45c099f1b 100644 --- a/include/plat/arm/common/plat_arm.h +++ b/include/plat/arm/common/plat_arm.h @@ -262,7 +262,7 @@ __dead2 void plat_arm_error_handler(int err); * Optional functions in ARM standard platforms */ void plat_arm_override_gicr_frames(const uintptr_t *plat_gicr_frames); -int arm_get_rotpk_info(void **key_ptr, unsigned int *key_len, +int arm_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len, unsigned int *flags); int arm_get_rotpk_info_regs(void **key_ptr, unsigned int *key_len, unsigned int *flags); |