autoboot: Allow critical info to be shown

This is part of the big refactoring which had all HOS fatal errors.
This commit is contained in:
CTCaer
2019-09-12 23:22:42 +03:00
parent 95a6f2b763
commit 4dcb2c6343
2 changed files with 3 additions and 0 deletions

View File

@@ -218,6 +218,7 @@ int reboot_to_sept(const u8 *tsec_fw, u32 kb)
(*sept)();
error:
gfx_con.mute = false;
EPRINTF("Failed to run sept\n");
btn_wait();