diff --git a/arch/arm/lib/spl.c b/arch/arm/lib/spl.c
index 26d0be47e59766a0dd8f55d65addabb1ce64d012..dfcc596815432b4357114f6aef01b11a66596e04 100644
--- a/arch/arm/lib/spl.c
+++ b/arch/arm/lib/spl.c
@@ -25,9 +25,6 @@ gd_t gdata __attribute__ ((section(".data")));
  */
 void __weak board_init_f(ulong dummy)
 {
-	/* Set the stack pointer. */
-	asm volatile("mov sp, %0\n" : : "r"(CONFIG_SPL_STACK));
-
 	/* Clear the BSS. */
 	memset(__bss_start, 0, __bss_end - __bss_start);