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-keystone/mon.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-keystone/mon.c')
-rw-r--r-- | arch/arm/mach-keystone/mon.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-keystone/mon.c b/arch/arm/mach-keystone/mon.c index 58995d73ac8..b863bab1969 100644 --- a/arch/arm/mach-keystone/mon.c +++ b/arch/arm/mach-keystone/mon.c @@ -103,7 +103,8 @@ static int k2_hs_bm_auth(int cmd, void *arg1) return result; } -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) { int result = 0; void *image = *p_image; |