bsp,am,extra.ld: fix position of .bss.extra

* with the AM link script, the .bss.extra will originally be placed
  after the heap
This commit is contained in:
Zihao Yu 2024-01-16 16:03:08 +08:00
parent 09ed47d1b8
commit 3257709e16

View file

@ -42,4 +42,4 @@ SECTIONS {
. = ALIGN(8);
}
}
INSERT AFTER .bss;
INSERT BEFORE .bss;