arm-trusted-firmware/drivers/renesas/common/rom
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
..
rom_api.c fix(renesas): align incompatible function pointers 2022-12-01 16:17:34 +00:00
rom_api.h fix(renesas): align incompatible function pointers 2022-12-01 16:17:34 +00:00