From 3968b2650507dee8ad42fc43d8f0d87ab7a99bd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sun, 14 Oct 2012 10:36:44 +0000 Subject: [PATCH] added prototype for cache handling --- sources/sysinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/sysinit.c b/sources/sysinit.c index c245eeb..a545514 100644 --- a/sources/sysinit.c +++ b/sources/sysinit.c @@ -9,7 +9,7 @@ #include "MCF5475.h" #include "startcf.h" - +#include "cache.h" static const uint8_t *FPGA_FLASH_DATA = (uint8_t *) 0xe0700000L; static const uint8_t *FPGA_FLASH_DATA_END = (uint8_t *) 0xe0800000L;