diff --git a/BaS_GNU/bas.lk.in b/BaS_GNU/bas.lk.in index d96aff5..23d3ca4 100644 --- a/BaS_GNU/bas.lk.in +++ b/BaS_GNU/bas.lk.in @@ -63,7 +63,7 @@ SECTIONS { objs/startcf.o(.text) objs/sysinit.o(.text) objs/init_fpga.o(.text) - + objs/cache.o(.text) } > flash .bas _Bas_base : AT (ADDR(.text) + SIZEOF(.text)) @@ -71,7 +71,6 @@ SECTIONS { objs/BaS.o(.text) # put other routines into the same segment (RAM) as BaS.o objs/sd_card.o(.text) - objs/cache.o(.text) objs/mmu.o(.text) objs/exceptions.o(.text) objs/supervisor.o(.text)