diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2016-03-21 13:15:13 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2016-03-21 13:15:13 +0000 |
commit | 8c4d4881623ba525dd8b1406eaac5a9977f1a40a (patch) | |
tree | e64bf62d96e97cd07205d7efe748a7ddfc8a980b /target/linux/adm5120 | |
parent | 9a9510a434bdf668e4e2a81a0492c3eeb000df62 (diff) | |
download | master-187ad058-8c4d4881623ba525dd8b1406eaac5a9977f1a40a.tar.gz master-187ad058-8c4d4881623ba525dd8b1406eaac5a9977f1a40a.tar.bz2 master-187ad058-8c4d4881623ba525dd8b1406eaac5a9977f1a40a.zip |
adm5120: lzma-loader: remove trailing whitespaces from head.S
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49057 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120')
-rw-r--r-- | target/linux/adm5120/image/lzma-loader/src/head.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm5120/image/lzma-loader/src/head.S b/target/linux/adm5120/image/lzma-loader/src/head.S index ee8b3200cf..329f437382 100644 --- a/target/linux/adm5120/image/lzma-loader/src/head.S +++ b/target/linux/adm5120/image/lzma-loader/src/head.S @@ -56,7 +56,7 @@ LEAF(startup) .set noreorder .set mips32 - + mtc0 zero, C0_WATCHLO # clear watch registers mtc0 zero, C0_WATCHHI |