From 6fd24d44ce54f4261c4718ea33afd4c739bcbdac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sun, 14 Oct 2012 14:05:24 +0000 Subject: [PATCH] forgot new cache functions in linker control file --- BaS_GNU/BaS_GNU/flash.lk | 1 + 1 file changed, 1 insertion(+) diff --git a/BaS_GNU/BaS_GNU/flash.lk b/BaS_GNU/BaS_GNU/flash.lk index 84ef261..ebec47f 100644 --- a/BaS_GNU/BaS_GNU/flash.lk +++ b/BaS_GNU/BaS_GNU/flash.lk @@ -66,6 +66,7 @@ SECTIONS { objs/sysinit.o(.text) objs/BaS.o(.text) objs/sd_card.o(.text) + objs/cache.o(.text) objs/mmu.o(.text) objs/exceptions.o(.text) objs/supervisor.o(.text)