mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-22 22:48:20 +00:00
fix(core): fix displaying RSOD in bootloader on t3w1
[no changelog]
This commit is contained in:
parent
566f6fe7cb
commit
5a29fed99f
@ -406,6 +406,9 @@ int bootloader_main(void) {
|
||||
|
||||
#ifdef USE_BOOTARGS_RSOD
|
||||
if (bootargs_get_command() == BOOT_COMMAND_SHOW_RSOD) {
|
||||
#ifdef LAZY_DISPLAY_INIT
|
||||
display_init(DISPLAY_RESET_CONTENT);
|
||||
#endif
|
||||
// post mortem info was left in bootargs
|
||||
boot_args_t args;
|
||||
bootargs_get_args(&args);
|
||||
|
Loading…
Reference in New Issue
Block a user