fix(renesas): align incompatible function pointerssecure_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
fix(renesas): align incompatible function pointerssecure_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 whencompiling with -Wextra. Align the rom definition to the more genericdefinition from where it's called.Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>Change-Id: Ia030803b3c2335d220aff09fc0eef5c7615276aa
show more ...
drivers: renesas: rom: Move to commonMove rom driver code to common directory, so that the samecode can be re-used by both R-Car Gen3 and RZ/G2 platforms.Signed-off-by: Biju Das <biju.das.jz@bp.
drivers: renesas: rom: Move to commonMove rom driver code to common directory, so that the samecode can be re-used by both R-Car Gen3 and RZ/G2 platforms.Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>Change-Id: I399dfb5eff186db76d26fa9c54bea88bee66789c