diff --git a/BaS_GNU/bas.lk.S b/BaS_GNU/bas.lk.S index 41f4503..e970f5d 100644 --- a/BaS_GNU/bas.lk.S +++ b/BaS_GNU/bas.lk.S @@ -58,13 +58,9 @@ SECTIONS { __SYS_SRAM = ABSOLUTE(0xFF010000); __SYS_SRAM_SIZE = ABSOLUTE(0x00008000); - .code ___BOOT_FLASH : - { - objs/startcf.o - } > flash - - .text : + .text ___BOOT_FLASH : { + objs/startcf.o(.text) objs/sysinit.o(.text) objs/init_fpga.o(.text) objs/sd_card.o(.text)