activated cache flush again

This commit is contained in:
Markus Fröschle
2012-10-31 20:36:39 +00:00
parent 91e0e27e4a
commit eef0ed9424

View File

@@ -813,7 +813,7 @@ void initialize_hardware(void) {
} while (src < end); } while (src < end);
/* we have copied a code area, so flush the caches */ /* we have copied a code area, so flush the caches */
//flush_and_invalidate_caches(); flush_and_invalidate_caches();
/* jump into the BaS in RAM */ /* jump into the BaS in RAM */
extern void BaS(void); extern void BaS(void);