Searched hist:"90 c4b3b62d5303c22fdc5f65f0db784de0f4ac95" (Results 1 – 2 of 2) sorted by relevance
| /rk3399_ARM-atf/drivers/renesas/common/rom/ |
| H A D | rom_api.h | 90c4b3b62d5303c22fdc5f65f0db784de0f4ac95 Tue Nov 22 12:24:10 UTC 2022 Boyan Karatotev <boyan.karatotev@arm.com> 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
|
| H A D | rom_api.c | 90c4b3b62d5303c22fdc5f65f0db784de0f4ac95 Tue Nov 22 12:24:10 UTC 2022 Boyan Karatotev <boyan.karatotev@arm.com> 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
|