Skip to content

Commit

Permalink
fix boot_go
Browse files Browse the repository at this point in the history
Signed-off-by: INFINEON\DovhalA <Artem.Dovhal@infineon.com>
  • Loading branch information
DOAR-Infineon committed Jul 10, 2023
1 parent e919ff8 commit e1d7a51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boot/bootutil/src/loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -3328,7 +3328,11 @@ boot_go(struct boot_rsp *rsp)

boot_state_clear(NULL);

#if !defined(MCUBOOT_RAM_LOAD) && !defined(MCUBOOT_DIRECT_XIP)
FIH_CALL(context_boot_go_flash, fih_rc, &boot_data, rsp);
#else
FIH_CALL(context_boot_go_ram, fih_rc, &boot_data, rsp);
#endif
FIH_RET(fih_rc);
}

Expand Down

0 comments on commit e1d7a51

Please sign in to comment.