Skip to content

Commit

Permalink
fix(core/bootloader): fix vendor image with new rendering
Browse files Browse the repository at this point in the history
[no changelog]
  • Loading branch information
TychoVrahe committed Aug 29, 2024
1 parent 68398d4 commit 7673c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/embed/bootloader/bootui.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ void ui_screen_boot(const vendor_header *const vhdr,
uint32_t vimg_len = *(uint32_t *)(vhdr->vimg + 8);

screen_boot(red_screen, vendor_str, vendor_str_len, hdr->version, vhdr->vimg,
vimg_len, wait);
vimg_len + 12, wait);
}
#else // NEW_RENDERING

Expand Down

0 comments on commit 7673c3d

Please sign in to comment.