Fix small build

This commit is contained in:
suchmememanyskill
2023-07-22 18:38:10 +02:00
parent 4505217b2c
commit 84e120dabf
2 changed files with 23 additions and 15 deletions

View File

@@ -5,7 +5,9 @@ SECTIONS {
. = __ipl_start;
.text : {
*(.text._start);
*(._boot_cfg);
KEEP(*(._boot_cfg));
KEEP(*(._ipl_version));
*(.text._irq_setup);
*(.text*);
}
.data : {