arm-trusted-firmware/drivers/renesas
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
..
common fix(renesas): align incompatible function pointers 2022-12-01 16:17:34 +00:00
rcar feat(plat/rcar3): add new board revision for Salvator-XS/H3ULCB 2021-07-10 17:35:36 +02:00
rzg renesas: rzg: Add support to identify EK874 RZ/G2E board 2021-04-20 16:17:50 +01:00