diff options
author | Tom Rini <trini@konsulko.com> | 2021-06-13 07:48:22 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-06-13 07:48:22 -0400 |
commit | 173c3bcd7dca47f1a8f7371a229681d20c7821cc (patch) | |
tree | 934108a106980e6688a8b71daf6a576bce6f6dd9 /arch/arm/mach-socfpga/board.c | |
parent | e8f720ee1707b43a0e14ade87b40a1f84baeb2f3 (diff) | |
parent | 5abb694d6016eaf497c3d9a3ec79382e217e7508 (diff) |
Merge tag 'ti-v2021.10-next-v2' of https://source.denx.de/u-boot/custodians/u-boot-ti into next
- HSM re-architecture support for all K3 platforms
- AM64 USB support
- Driver model support for Davinci RTC
Diffstat (limited to 'arch/arm/mach-socfpga/board.c')
-rw-r--r-- | arch/arm/mach-socfpga/board.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-socfpga/board.c b/arch/arm/mach-socfpga/board.c index 650122fcd4f..36eecdc0577 100644 --- a/arch/arm/mach-socfpga/board.c +++ b/arch/arm/mach-socfpga/board.c @@ -103,7 +103,8 @@ __weak int board_fit_config_name_match(const char *name) #endif #if IS_ENABLED(CONFIG_FIT_IMAGE_POST_PROCESS) -void board_fit_image_post_process(void **p_image, size_t *p_size) +void board_fit_image_post_process(const void *fit, int node, void **p_image, + size_t *p_size) { if (IS_ENABLED(CONFIG_SOCFPGA_SECURE_VAB_AUTH)) { if (socfpga_vendor_authentication(p_image, p_size)) |