From 5abda7fe0cc7a28706c862e22bc4c34c55d2104c Mon Sep 17 00:00:00 2001 From: tychovrahe Date: Mon, 17 Mar 2025 08:33:30 +0100 Subject: [PATCH] unconditional charging start in bootloader --- core/embed/projects/bootloader/main.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/embed/projects/bootloader/main.c b/core/embed/projects/bootloader/main.c index 4ff048294c..fd2a006666 100644 --- a/core/embed/projects/bootloader/main.c +++ b/core/embed/projects/bootloader/main.c @@ -329,10 +329,9 @@ int bootloader_main(void) { } #ifdef USE_POWERCTL + powerctl_init(); #ifndef TREZOR_EMULATOR - if (sectrue != manufacturing_mode || sectrue != firmware_present) { - npm1300_set_charging(true); - } + npm1300_set_charging(true); #endif #endif