mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/4] ARM: socfpga: achilles: fix entry_function usage
@ 2022-08-26  6:49 Steffen Trumtrar
  2022-08-26  6:49 ` [PATCH 2/4] ARM: socfpga: add Arria10-specific errata init Steffen Trumtrar
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Steffen Trumtrar @ 2022-08-26  6:49 UTC (permalink / raw)
  To: barebox

Since commit 3e62b38ff641f263df2f6c9e3ebda3c7c62f310b
we use ENTRY_FUNCTION_WITHSTACK in the bringup barebox.
The patch should have removed the arm_setup_stack line
as it is already done in the ENTRY_FUNCTION_WITHSTACK macro.

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
 arch/arm/boards/reflex-achilles/lowlevel.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/boards/reflex-achilles/lowlevel.c b/arch/arm/boards/reflex-achilles/lowlevel.c
index ec8c126c2a..f5efb961a1 100644
--- a/arch/arm/boards/reflex-achilles/lowlevel.c
+++ b/arch/arm/boards/reflex-achilles/lowlevel.c
@@ -94,8 +94,6 @@ ENTRY_FUNCTION_WITHSTACK(start_socfpga_achilles_bringup, ARRIA10_STACKTOP, r0, r
 
 	arm_cpu_lowlevel_init();
 
-	arm_setup_stack(ARRIA10_OCRAM_ADDR + SZ_256K);
-
 	relocate_to_current_adr();
 	setup_c();
 
-- 
2.33.0




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

end of thread, other threads:[~2022-08-30  7:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-26  6:49 [PATCH 1/4] ARM: socfpga: achilles: fix entry_function usage Steffen Trumtrar
2022-08-26  6:49 ` [PATCH 2/4] ARM: socfpga: add Arria10-specific errata init Steffen Trumtrar
2022-08-26  6:49 ` [PATCH 3/4] ARM: socfpga: Enclustra AA1: enable ARM errata Steffen Trumtrar
2022-08-26  6:49 ` [PATCH 4/4] ARM: Socfpga: Achilles: Enable " Steffen Trumtrar
2022-08-30  7:33 ` [PATCH 1/4] ARM: socfpga: achilles: fix entry_function usage Sascha Hauer

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