From 219c6c40460c9917fd7ae62be3817252a4562dcb Mon Sep 17 00:00:00 2001 From: Yaya-Cout Date: Sun, 29 Dec 2024 11:45:13 +0100 Subject: [PATCH] [bootloader] Don't shutdown he screen when booting to keep compatibility --- bootloader/slots/slot.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/bootloader/slots/slot.cpp b/bootloader/slots/slot.cpp index 9ce82deb1..5175aa45f 100644 --- a/bootloader/slots/slot.cpp +++ b/bootloader/slots/slot.cpp @@ -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(;;);