X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Farm%2Flib%2Frelocate.S;h=803525156314e2b4b59a73d296965f773095041a;hb=15c5cdf5aa6b292145e5e3e220ec1f42b11eff6f;hp=a62a55656128077890e23bb3ac170be0f464e6bf;hpb=f04c53762962280365005c9db12ab561a18f2692;p=u-boot diff --git a/arch/arm/lib/relocate.S b/arch/arm/lib/relocate.S index a62a556561..8035251563 100644 --- a/arch/arm/lib/relocate.S +++ b/arch/arm/lib/relocate.S @@ -66,9 +66,9 @@ relocate_done: /* ARMv4- don't know bx lr but the assembler fails to see that */ #ifdef __ARM_ARCH_4__ - mov pc, lr + mov pc, lr #else - bx lr + bx lr #endif ENDPROC(relocate_code)