make sure both sd and emmc are deinitialized

This commit is contained in:
Christoph Baumann
2025-06-20 18:15:38 +02:00
parent b0690a7280
commit e1e2366684

View File

@@ -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);