[bootloader] Don't shutdown he screen when booting to keep compatibility

This commit is contained in:
Yaya-Cout
2024-12-29 11:45:13 +01:00
parent ea1e0c8140
commit 219c6c4046

View File

@@ -76,9 +76,6 @@ const UserlandHeader* Slot::userlandHeader() const {
// Configure the MPU for the booted firmware
Ion::Device::Board::bootloaderMPU();
// Deinitialize the backlight to prevent bugs when the firmware boots
Ion::Backlight::shutdown();
// Jump
jump_to_firmware(kernelHeader()->stackPointer(), kernelHeader()->startPointer());
for(;;);