From 04cbe047a1d2728934e751dd5d901eadf2b7bdb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Mon, 22 Oct 2012 07:45:24 +0000 Subject: [PATCH] leave chaches.o in flash (called from sysinit.o) --- bas.lk.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bas.lk.in b/bas.lk.in index d96aff5..23d3ca4 100644 --- a/bas.lk.in +++ b/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)