mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 15:27:00 +00:00
cosmetic: arm: fix whitespace in arch/arm/lib/relocate.S
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
This commit is contained in:
parent
adc5a667b8
commit
28970ef66d
1 changed files with 4 additions and 4 deletions
|
@ -74,8 +74,8 @@ fixnext:
|
|||
ldr r0, [r9, #GD_RELOCADDR] /* r0 = gd->relocaddr */
|
||||
mrc p15, 0, r2, c1, c0, 0 /* V bit (bit[13]) in CP15 c1 */
|
||||
ands r2, r2, #(1 << 13)
|
||||
ldreq r1, =0x00000000 /* If V=0 */
|
||||
ldrne r1, =0xFFFF0000 /* If V=1 */
|
||||
ldreq r1, =0x00000000 /* If V=0 */
|
||||
ldrne r1, =0xFFFF0000 /* If V=1 */
|
||||
ldmia r0!, {r2-r8,r10}
|
||||
stmia r1!, {r2-r8,r10}
|
||||
ldmia r0!, {r2-r8,r10}
|
||||
|
@ -96,9 +96,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)
|
||||
|
|
Loading…
Add table
Reference in a new issue