X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Farm%2Flib%2Frelocate.S;h=803525156314e2b4b59a73d296965f773095041a;hb=47b4bcf785cc5e505f38be10d16230e8f54e29ae;hp=a62a55656128077890e23bb3ac170be0f464e6bf;hpb=a81872ff27bb66578ae515ec5079cf191656b1c1;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)