diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2016-03-21 13:15:05 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2016-03-21 13:15:05 +0000 |
commit | bb2a7bdac54ba58957d2e95a4be59699eeb47984 (patch) | |
tree | 0123e6a2140224969676aa78ba09b01d1b3da8b5 /target/linux/generic | |
parent | be035a2aba2da2017e9be75da01ba1658d258e85 (diff) | |
download | master-187ad058-bb2a7bdac54ba58957d2e95a4be59699eeb47984.tar.gz master-187ad058-bb2a7bdac54ba58957d2e95a4be59699eeb47984.tar.bz2 master-187ad058-bb2a7bdac54ba58957d2e95a4be59699eeb47984.zip |
generic: lzma-loader: remove trailing whitespaces from start.S
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49055 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/image/lzma-loader/src/start.S | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/generic/image/lzma-loader/src/start.S b/target/linux/generic/image/lzma-loader/src/start.S index 864293379f..827458017e 100644 --- a/target/linux/generic/image/lzma-loader/src/start.S +++ b/target/linux/generic/image/lzma-loader/src/start.S @@ -30,7 +30,7 @@ #define Index_Writeback_Inv_D 0x01 LEAF(_start) - + .set mips32 .set noreorder @@ -39,7 +39,7 @@ LEAF(_start) move t5, a1 move t6, a2 move t7, a3 - + /* set up stack */ li sp, RAMSTART + RAMSIZE - 16 @@ -100,10 +100,10 @@ $L1: 1: cache Index_Writeback_Inv_D,0(t0) 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 |