From 4f07bb08e30c7d81874de12acaf90faa93138400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Wed, 31 Oct 2012 20:36:39 +0000 Subject: [PATCH] activated cache flush again --- sources/sysinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/sysinit.c b/sources/sysinit.c index b5aff50..4f23003 100644 --- a/sources/sysinit.c +++ b/sources/sysinit.c @@ -813,7 +813,7 @@ void initialize_hardware(void) { } while (src < end); /* we have copied a code area, so flush the caches */ - //flush_and_invalidate_caches(); + flush_and_invalidate_caches(); /* jump into the BaS in RAM */ extern void BaS(void);