Include iwram section in linker script (#159)

This commit is contained in:
ShinySaana 2022-01-02 06:00:34 +01:00 committed by GitHub
parent 093146fd8a
commit 456e4f4fc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,7 @@ SECTIONS {
__text_iwram_start = ABSOLUTE(.); __text_iwram_start = ABSOLUTE(.);
*(.text_iwram .text_iwram.*); *(.text_iwram .text_iwram.*);
*(.iwram .iwram.*);
. = ALIGN(4); . = ALIGN(4);
__text_iwram_end = ABSOLUTE(.); __text_iwram_end = ABSOLUTE(.);