mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-23 23:18:16 +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",
|
||||
"secure_domain",
|
||||
"suspend",
|
||||
"tropic",
|
||||
"usb",
|
||||
]
|
||||
|
||||
|
@ -93,7 +93,7 @@ void suspend_secure_drivers() {
|
||||
#ifdef USE_STORAGE_HWKEY
|
||||
secure_aes_deinit();
|
||||
#endif
|
||||
#if defined(USE_TROPIC) && !defined(BOOTLOADER)
|
||||
#ifdef USE_TROPIC
|
||||
tropic_deinit();
|
||||
#endif
|
||||
#ifdef USE_OPTIGA
|
||||
@ -108,7 +108,7 @@ void resume_secure_drivers() {
|
||||
#ifdef USE_OPTIGA
|
||||
optiga_init_and_configure();
|
||||
#endif
|
||||
#if defined(USE_TROPIC) && !defined(BOOTLOADER)
|
||||
#ifdef USE_TROPIC
|
||||
tropic_init();
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user