summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSteffen Trumtrar <s.trumtrar@pengutronix.de>2022-08-01 14:07:02 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-08-08 15:10:32 +0200
commitd1cb0b6e20778949151e8860fb11bce9e299a87d (patch)
tree927ec0f9ccb1d367b14ff872cc053eb4a9e32259 /arch
parentfc59c3ec26ce7b95632a6ef016e5984e39398c41 (diff)
downloadbarebox-d1cb0b6e20778949151e8860fb11bce9e299a87d.tar.gz
barebox-d1cb0b6e20778949151e8860fb11bce9e299a87d.tar.xz
ARM: socfpga: achilles: remove cargo-cult
This is actually unneccessary and is just here because of copy-pasta from other lowlevel code. Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Link: https://lore.barebox.org/20220801120708.2511165-2-s.trumtrar@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boards/reflex-achilles/lowlevel.c3
1 files changed, 0 insertions, 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();