mirror of
https://github.com/shchmue/Lockpick_RCM.git
synced 2024-11-05 05:25:08 +01:00
Remove wait for button press before reboot to Sept
This commit is contained in:
parent
3ea82573e0
commit
b5e932755a
@ -117,7 +117,6 @@ int reboot_to_sept(const u8 *tsec_fw, const u32 tsec_size, const u32 kb)
|
||||
|
||||
sd_unmount();
|
||||
gfx_printf("\n%kPress Power or Vol +/-\n to Reboot to Sept...", colors[(color_idx++) % 6]);
|
||||
btn_wait();
|
||||
|
||||
u32 pk1t_sept = SEPT_PK1T_ADDR - (ALIGN(PATCHED_RELOC_SZ, 0x10) + WB_RST_SIZE);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user