diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2016-03-21 13:15:21 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2016-03-21 13:15:21 +0000 |
commit | f8933cbd5f0ba5ae16facd72049596d104fc152e (patch) | |
tree | 90fd44574ca45b5864edd966d55fab1fa1796f16 /target/linux/brcm47xx/image | |
parent | 7d8d26272bb5e95e42f25aa276470907ff493765 (diff) | |
download | upstream-f8933cbd5f0ba5ae16facd72049596d104fc152e.tar.gz upstream-f8933cbd5f0ba5ae16facd72049596d104fc152e.tar.bz2 upstream-f8933cbd5f0ba5ae16facd72049596d104fc152e.zip |
brcm47xx: lzma-loader: remove trailing whitespaces from head.S
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 49059
Diffstat (limited to 'target/linux/brcm47xx/image')
-rw-r--r-- | target/linux/brcm47xx/image/lzma-loader/src/head.S | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/target/linux/brcm47xx/image/lzma-loader/src/head.S b/target/linux/brcm47xx/image/lzma-loader/src/head.S index 3a33e40163..9c2a9c914a 100644 --- a/target/linux/brcm47xx/image/lzma-loader/src/head.S +++ b/target/linux/brcm47xx/image/lzma-loader/src/head.S @@ -38,12 +38,12 @@ .text LEAF(startup) .set noreorder - addi sp, -48 - sw a0, 16(sp) - sw a1, 20(sp) - sw a2, 24(sp) + addi sp, -48 + sw a0, 16(sp) + sw a1, 20(sp) + sw a2, 24(sp) sw a3, 28(sp) - + /* Copy decompressor code to the right place */ li t2, BZ_TEXT_START add a0, t2, 0 @@ -56,7 +56,7 @@ $L1: add a0, 4 blt a1, a2, $L1 nop - + /* At this point we need to invalidate dcache and */ /* icache before jumping to new code */ @@ -103,10 +103,10 @@ $L1: .set mips0 bne t0,t1,1b addu t0,s1 - + nodc: /* Now we get to do it all again for the I$ */ - + move s3,zero /* just in case there is no icache */ move s4,zero @@ -155,6 +155,6 @@ noic: move a2,s1 /* dcache line size */ jal t2 move a3,s2 /* dcache size */ - + .set reorder END(startup) |