brcm47xx: lzma-loader: remove trailing whitespaces from head.S

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 49059
lede-17.01
Gabor Juhos 2016-03-21 13:15:21 +00:00
parent 7d8d26272b
commit f8933cbd5f
1 changed files with 9 additions and 9 deletions

View File

@ -38,12 +38,12 @@
.text .text
LEAF(startup) LEAF(startup)
.set noreorder .set noreorder
addi sp, -48 addi sp, -48
sw a0, 16(sp) sw a0, 16(sp)
sw a1, 20(sp) sw a1, 20(sp)
sw a2, 24(sp) sw a2, 24(sp)
sw a3, 28(sp) sw a3, 28(sp)
/* Copy decompressor code to the right place */ /* Copy decompressor code to the right place */
li t2, BZ_TEXT_START li t2, BZ_TEXT_START
add a0, t2, 0 add a0, t2, 0
@ -56,7 +56,7 @@ $L1:
add a0, 4 add a0, 4
blt a1, a2, $L1 blt a1, a2, $L1
nop nop
/* At this point we need to invalidate dcache and */ /* At this point we need to invalidate dcache and */
/* icache before jumping to new code */ /* icache before jumping to new code */
@ -103,10 +103,10 @@ $L1:
.set mips0 .set mips0
bne t0,t1,1b bne t0,t1,1b
addu t0,s1 addu t0,s1
nodc: nodc:
/* Now we get to do it all again for the I$ */ /* Now we get to do it all again for the I$ */
move s3,zero /* just in case there is no icache */ move s3,zero /* just in case there is no icache */
move s4,zero move s4,zero
@ -155,6 +155,6 @@ noic:
move a2,s1 /* dcache line size */ move a2,s1 /* dcache line size */
jal t2 jal t2
move a3,s2 /* dcache size */ move a3,s2 /* dcache size */
.set reorder .set reorder
END(startup) END(startup)