leave chaches.o in flash (called from sysinit.o)

This commit is contained in:
Markus Fröschle
2012-10-22 07:45:24 +00:00
parent 8e3f49125f
commit 2341690754

View File

@@ -63,7 +63,7 @@ SECTIONS {
objs/startcf.o(.text) objs/startcf.o(.text)
objs/sysinit.o(.text) objs/sysinit.o(.text)
objs/init_fpga.o(.text) objs/init_fpga.o(.text)
objs/cache.o(.text)
} > flash } > flash
.bas _Bas_base : AT (ADDR(.text) + SIZEOF(.text)) .bas _Bas_base : AT (ADDR(.text) + SIZEOF(.text))
@@ -71,7 +71,6 @@ SECTIONS {
objs/BaS.o(.text) objs/BaS.o(.text)
# put other routines into the same segment (RAM) as BaS.o # put other routines into the same segment (RAM) as BaS.o
objs/sd_card.o(.text) objs/sd_card.o(.text)
objs/cache.o(.text)
objs/mmu.o(.text) objs/mmu.o(.text)
objs/exceptions.o(.text) objs/exceptions.o(.text)
objs/supervisor.o(.text) objs/supervisor.o(.text)