bsp/arm: Cleanup L1 cache

This commit is contained in:
Ralf Kirchner
2014-04-17 09:21:36 +02:00
committed by Sebastian Huber
parent a38d4a37bc
commit 924b47a548

View File

@@ -332,9 +332,9 @@ static inline void arm_cache_l1_invalidate_instruction_range(
( adx + n_bytes ) & ~ARM_CACHE_L1_INSTRUCTION_LINE_MASK;
arm_cache_l1_select( ARM_CACHE_L1_CSS_ID_INSTRUCTION );
ARM_CACHE_L1_ERRATA_764369_HANDLER();
/* Back starting address up to start of a line and invalidate until end */
for (;
adx < end;