make rom faster

This commit is contained in:
2025-11-23 17:12:27 +01:00
parent 53d35464f5
commit 6cf860fb34
10 changed files with 318 additions and 29 deletions

View File

@@ -15,7 +15,7 @@ SECTIONS {
} > BOOT2
/* Initial ROM data */
.romdata ORIGIN(ROM) :
.romdata ORIGIN(ROM) (NOLOAD) :
{
KEEP(*(.romdata*));
} > ROM