From e1e23666841170cfc64e2cd4e74bce3d949f2888 Mon Sep 17 00:00:00 2001 From: Christoph Baumann Date: Fri, 20 Jun 2025 18:15:38 +0200 Subject: [PATCH] make sure both sd and emmc are deinitialized --- bootloader/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootloader/main.c b/bootloader/main.c index c140e4cc..32b5f681 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -656,6 +656,8 @@ static void _nyx_load_run() return; boot_storage_end(); + sd_end(); + emmc_end(); render_static_bootlogo(); display_backlight_brightness(h_cfg.backlight, 1000);