mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v2 1/5] ARM: socfpga: achilles: remove cargo-cult
@ 2022-07-08  6:24 Steffen Trumtrar
  2022-07-08  6:24 ` [PATCH v2 2/5] ARM: socfpga: achilles: use dtbz instead of dtb Steffen Trumtrar
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Steffen Trumtrar @ 2022-07-08  6:24 UTC (permalink / raw)
  To: barebox; +Cc: Steffen Trumtrar

From: Steffen Trumtrar <s.trumtrar@pengutronix.de>

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>
---
 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




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-07-11  7:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-08  6:24 [PATCH v2 1/5] ARM: socfpga: achilles: remove cargo-cult Steffen Trumtrar
2022-07-08  6:24 ` [PATCH v2 2/5] ARM: socfpga: achilles: use dtbz instead of dtb Steffen Trumtrar
2022-07-08  6:24 ` [PATCH v2 3/5] ARM: socfpga: achilles: use ENTRY_FUNCTION_WITHSTACK Steffen Trumtrar
2022-07-08  8:13   ` Lucas Stach
2022-07-08  8:24   ` Ahmad Fatoum
2022-07-11  7:33     ` Steffen Trumtrar
2022-07-08  6:24 ` [PATCH v2 4/5] ARM: socfpga: add support for Enclustra AA1 Steffen Trumtrar
2022-07-08  6:24 ` [PATCH v2 5/5] ARM: socfpga: defconfig: add aa1 Steffen Trumtrar
2022-07-08  8:25   ` Ahmad Fatoum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox