mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-19 08:31:58 +00:00
Change M4 loader to use image tags.
Also finish moving HackRF binary to tagged image region.
This commit is contained in:
@@ -96,14 +96,9 @@ constexpr region_t bootstrap {
|
||||
.size = 0x10000,
|
||||
};
|
||||
|
||||
constexpr region_t hackrf {
|
||||
constexpr region_t images {
|
||||
.offset = 0x10000,
|
||||
.size = 0x8000,
|
||||
};
|
||||
|
||||
constexpr region_t baseband {
|
||||
.offset = 0x20000,
|
||||
.size = 0x8000,
|
||||
.size = 0x30000,
|
||||
};
|
||||
|
||||
constexpr region_t application {
|
||||
|
Reference in New Issue
Block a user