commit | 90c4b3b62d5303c22fdc5f65f0db784de0f4ac95 | [log] [tgz] |
---|---|---|
author | Boyan Karatotev <boyan.karatotev@arm.com> | Tue Nov 22 12:24:10 2022 +0000 |
committer | Boyan Karatotev <boyan.karatotev@arm.com> | Thu Dec 01 16:17:34 2022 +0000 |
tree | dced0337887af8c22c10d43d0b5e07ea39eccf36 | |
parent | d0b58c8a9bff3cabfdb59e052ab7eaecfe64b305 [diff] |
fix(renesas): align incompatible function pointers secure_boot_api_f is defined to take uint32_t, uint32_t, and void * parameters. However rom_secure_boot_api_f is defined to take uint32_t *, uint32_t *, void *. These are incompatible and cause a warning when compiling with -Wextra. Align the rom definition to the more generic definition from where it's called. Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com> Change-Id: Ia030803b3c2335d220aff09fc0eef5c7615276aa