Reconfigure messages to conserve payload size

This commit is contained in:
shchmue 2021-01-05 15:38:53 -07:00
parent b77d42e8e3
commit b3f6e055b2
2 changed files with 2 additions and 4 deletions

View file

@ -157,7 +157,6 @@ int reboot_to_sept(const u8 *tsec_fw, const u32 tsec_size, const u32 kb)
f_close(&fp);
sd_unmount();
gfx_printf("\n%kPress Power or Vol +/-\n to Reboot to Sept...", colors[(color_idx++) % 6]);
u32 pk1t_sept = SEPT_PK1T_ADDR - (ALIGN(PATCHED_RELOC_SZ, 0x10) + WB_RST_SIZE);