From 5061a3472f18b06c77850c7f1d9c88db65d6a1f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sun, 14 Oct 2012 10:35:16 +0000 Subject: [PATCH] called instruction _and_ data cache flush after BaS copy --- sources/sysinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/sysinit.c b/sources/sysinit.c index 34dec83..c245eeb 100644 --- a/sources/sysinit.c +++ b/sources/sysinit.c @@ -801,7 +801,7 @@ asm( init_ac97(); } - /* copy the BaS code contained in flash just behind us */ + /* copy the BaS code contained in flash to its final location */ src = copy_start; dst = Bas_base; jmp = (uint8_t *) BaS - copy_start + Bas_base;