Remove wait for button press before reboot to Sept

This commit is contained in:
shchmue 2019-10-22 11:16:32 -06:00
parent 3ea82573e0
commit b5e932755a
1 changed files with 0 additions and 1 deletions

View File

@ -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);