powerpc/boot: Fix crt0.S current address branch form
authorNicholas Piggin <npiggin@gmail.com>
Fri, 7 Apr 2023 04:09:24 +0000 (14:09 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 12 Apr 2023 00:58:10 +0000 (10:58 +1000)
commitcd99dac6ec5fff763852d8ccb8a79f5de50ed830
treeec94f1bc24d779ef447c4abb82ef2c9386c8d35a
parent8002725b9e3369ce8616d32dc2e7a57870475142
powerpc/boot: Fix crt0.S current address branch form

Use the preferred form of branch-and-link for finding the current
address so objtool doesn't think it is an unannotated intra-function
call.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230407040924.231023-1-npiggin@gmail.com
arch/powerpc/boot/crt0.S