summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/entry.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/cpu/entry.c')
-rw-r--r--arch/arm/cpu/entry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/entry.c b/arch/arm/cpu/entry.c
index b48c1ca11d..30df95f078 100644
--- a/arch/arm/cpu/entry.c
+++ b/arch/arm/cpu/entry.c
@@ -27,7 +27,7 @@
void NAKED __noreturn barebox_arm_entry(unsigned long membase,
unsigned long memsize, void *boarddata)
{
- arm_setup_stack(arm_mem_stack_top(membase, membase + memsize) - 16);
+ arm_setup_stack(arm_mem_stack_top(membase, membase + memsize));
arm_early_mmu_cache_invalidate();
if (IS_ENABLED(CONFIG_PBL_MULTI_IMAGES))