Boyan Karatotev 90c4b3b62d 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
2022-12-01 16:17:34 +00:00
..
2021-01-13 13:03:49 +00:00
2021-01-13 13:03:49 +00:00
2022-12-01 16:17:24 +00:00
2021-01-13 13:03:49 +00:00