[bootloader] Fix slotInfo on Epsilon

This commit is contained in:
Yaya-Cout
2024-12-27 18:30:36 +01:00
parent 520b88e364
commit deda7483e3

View File

@@ -10,6 +10,8 @@ namespace Bootloader {
void __attribute__((noinline)) suspend() {
Ion::Device::Power::internalFlashSuspend(true);
// Restore slotInfo magic header (broken on Epsilon, IDK why)
*(uint8_t *)0x20000000 = 0xBA;
}
void* Trampolines[TRAMPOLINES_COUNT]