From 2f2b613eb88784f757c059e2af6b227944bf2bef 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 --- flash.lk | 1 + 1 file changed, 1 insertion(+) diff --git a/flash.lk b/flash.lk index 84ef261..ebec47f 100644 --- a/flash.lk +++ b/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)