Re: [PATCH 1/4] ARM: socfpga: achilles: fix entry_function usage

2022-08-30 Thread Sascha Hauer
On Fri, Aug 26, 2022 at 08:49:53AM +0200, Steffen Trumtrar wrote: > 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

[PATCH 1/4] ARM: socfpga: achilles: fix entry_function usage

2022-08-26 Thread Steffen Trumtrar
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 ---