]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/lib/relocate_64.S
ARMv8: fix error in freeing stack frame
[people/ms/u-boot.git] / arch / arm / lib / relocate_64.S
index c7600537063f86b3297bc8a8a34af6db88e0bdca..fdba004363af38de84ad7d8cd33db556aa6de4d7 100644 (file)
@@ -73,6 +73,6 @@ relocate_done:
        isb     sy
 4:     ldp     x0, x1, [sp, #16]
        bl      __asm_flush_dcache_range
-5:     ldp     x29, x30, [sp],#16
+5:     ldp     x29, x30, [sp],#32
        ret
 ENDPROC(relocate_code)