mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-26 00:18:15 +00:00
perf(core/bootloader): remove tropic from bootloader
[no changelog]
This commit is contained in:
parent
fdc9cfdc94
commit
fc125f7e87
@ -23,7 +23,6 @@ FEATURES_WANTED = [
|
|||||||
"rtc",
|
"rtc",
|
||||||
"secure_domain",
|
"secure_domain",
|
||||||
"suspend",
|
"suspend",
|
||||||
"tropic",
|
|
||||||
"usb",
|
"usb",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -93,7 +93,7 @@ void suspend_secure_drivers() {
|
|||||||
#ifdef USE_STORAGE_HWKEY
|
#ifdef USE_STORAGE_HWKEY
|
||||||
secure_aes_deinit();
|
secure_aes_deinit();
|
||||||
#endif
|
#endif
|
||||||
#if defined(USE_TROPIC) && !defined(BOOTLOADER)
|
#ifdef USE_TROPIC
|
||||||
tropic_deinit();
|
tropic_deinit();
|
||||||
#endif
|
#endif
|
||||||
#ifdef USE_OPTIGA
|
#ifdef USE_OPTIGA
|
||||||
@ -108,7 +108,7 @@ void resume_secure_drivers() {
|
|||||||
#ifdef USE_OPTIGA
|
#ifdef USE_OPTIGA
|
||||||
optiga_init_and_configure();
|
optiga_init_and_configure();
|
||||||
#endif
|
#endif
|
||||||
#if defined(USE_TROPIC) && !defined(BOOTLOADER)
|
#ifdef USE_TROPIC
|
||||||
tropic_init();
|
tropic_init();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user