diff --git a/build/libraries/os/common/os_boot.c b/build/libraries/os/common/os_boot.c index 1092db90..55265c3c 100644 --- a/build/libraries/os/common/os_boot.c +++ b/build/libraries/os/common/os_boot.c @@ -131,6 +131,7 @@ void OS_BootWithRomHeaderFromFIRM( ROM_Header* rom_header ) { OS_Terminate(); } + REBOOTi_EnableCtrFirm(); REBOOT_Execute(entry, wram_reg, mem_list, code_buf, stack_top, target, scfg, set_jtag, forbid_jtag, psram_4mb); OS_Terminate(); }