mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[bootloader] Don't shutdown he screen when booting to keep compatibility
This commit is contained in:
@@ -76,9 +76,6 @@ const UserlandHeader* Slot::userlandHeader() const {
|
|||||||
// Configure the MPU for the booted firmware
|
// Configure the MPU for the booted firmware
|
||||||
Ion::Device::Board::bootloaderMPU();
|
Ion::Device::Board::bootloaderMPU();
|
||||||
|
|
||||||
// Deinitialize the backlight to prevent bugs when the firmware boots
|
|
||||||
Ion::Backlight::shutdown();
|
|
||||||
|
|
||||||
// Jump
|
// Jump
|
||||||
jump_to_firmware(kernelHeader()->stackPointer(), kernelHeader()->startPointer());
|
jump_to_firmware(kernelHeader()->stackPointer(), kernelHeader()->startPointer());
|
||||||
for(;;);
|
for(;;);
|
||||||
|
|||||||
Reference in New Issue
Block a user