From 5275014653bb0caaad795095fb25f638eb6f70bb 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 --- BaS_GNU/sources/sysinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaS_GNU/sources/sysinit.c b/BaS_GNU/sources/sysinit.c index b5aff50..4f23003 100644 --- a/BaS_GNU/sources/sysinit.c +++ b/BaS_GNU/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);