mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-12 15:42:40 +00:00
fix(core): fully initialize display driver at the start of bootloader
[no changelog]
This commit is contained in:
parent
0b9d2e3ac9
commit
0dbb31f04a
@ -98,7 +98,7 @@ static void drivers_init(secbool *touch_initialized) {
|
|||||||
#ifdef USE_HASH_PROCESSOR
|
#ifdef USE_HASH_PROCESSOR
|
||||||
hash_processor_init();
|
hash_processor_init();
|
||||||
#endif
|
#endif
|
||||||
display_init(DISPLAY_JUMP_BEHAVIOR);
|
display_init(DISPLAY_RESET_CONTENT);
|
||||||
unit_properties_init();
|
unit_properties_init();
|
||||||
|
|
||||||
#ifdef USE_TOUCH
|
#ifdef USE_TOUCH
|
||||||
|
Loading…
Reference in New Issue
Block a user