Device: Fix coremini loading

For:
- RADA2B
- RADComet2
- RADComet3
- RADGalaxy2
- RADMoonT1S
- RADStar2
This commit is contained in:
Bryant Jones
2026-06-24 13:28:12 -04:00
committed by Kyle Schwarz
parent 8af6d5f2a8
commit 749552e443
7 changed files with 27 additions and 28 deletions
@@ -131,7 +131,7 @@ protected:
}
std::optional<MemoryAddress> getCoreminiStartAddressFlash() const override {
return 512*4;
return 92*1024*1024;
}
std::optional<MemoryAddress> getCoreminiStartAddressSD() const override {