This is actually unneccessary and is just here because of copy-pasta
from other lowlevel code.

Signed-off-by: Steffen Trumtrar <[email protected]>
---
 arch/arm/boards/reflex-achilles/lowlevel.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/arm/boards/reflex-achilles/lowlevel.c 
b/arch/arm/boards/reflex-achilles/lowlevel.c
index e8d1a9cee4..e213feb9f0 100644
--- a/arch/arm/boards/reflex-achilles/lowlevel.c
+++ b/arch/arm/boards/reflex-achilles/lowlevel.c
@@ -37,7 +37,6 @@ static noinline void achilles_start(void)
        int barebox = 0;
        int bitstream = 0;
 
-       arm_early_mmu_cache_invalidate();
 
        relocate_to_current_adr();
        setup_c();
@@ -100,8 +99,6 @@ ENTRY_FUNCTION(start_socfpga_achilles_bringup, r0, r1, r2)
 
        arm_setup_stack(ARRIA10_OCRAM_ADDR + SZ_256K);
 
-       arm_early_mmu_cache_invalidate();
-
        relocate_to_current_adr();
        setup_c();
 
-- 
2.30.2


Reply via email to