bsps/arm: Fix typo in disable cache for ARMv7-AR

Update #3667.
This commit is contained in:
Thomas Dörfler
2019-01-10 07:29:54 +01:00
committed by Sebastian Huber
parent b9ffc41c96
commit 0abe47f142

View File

@@ -73,7 +73,7 @@ FUNCTION_ENTRY(rtems_cache_disable_data)
/* Read CCSIDR */
lsl r4, r3, #1
mcr p15, 2, r5, c0, c0, 0
mcr p15, 2, r4, c0, c0, 0
isb
mrc p15, 1, r5, c0, c0, 0