called instruction _and_ data cache flush after BaS copy

This commit is contained in:
Markus Fröschle
2012-10-14 10:35:16 +00:00
parent 853a77f366
commit 94d89e7ddf

View File

@@ -801,7 +801,7 @@ asm(
init_ac97(); 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; src = copy_start;
dst = Bas_base; dst = Bas_base;
jmp = (uint8_t *) BaS - copy_start + Bas_base; jmp = (uint8_t *) BaS - copy_start + Bas_base;