commit | 7a4db8b1d4a01fd3026a21176ebe16d7060c206f | [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 | b3d2b4f909cfd03fae16d85916ce93dcd9419060 [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