Commit 4adb46a3144248b2d8b8a68684bee648815c4ada

Authored by Stefan Roese
Committed by Luka Perkov
1 parent c175f306b3

arm: armada-xp: Fix SPL for AXP by using save_boot_params_ret

Patch e11c6c27 (arm: Allow lr to be saved by board code) introduced
a different method to return from save_boot_params(). The SPL support
for AXP has been pulled and changing to this new method is now
required for SPL to work correctly.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Luka Perkov <luka.perkov@sartura.hr>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/arm/cpu/armv7/armada-xp/lowlevel_spl.S
... ... @@ -6,7 +6,7 @@
6 6 #include <linux/linkage.h>
7 7  
8 8 ENTRY(save_boot_params)
9   - bx lr
  9 + b save_boot_params_ret
10 10 ENDPROC(save_boot_params)
11 11  
12 12 /*