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 | ae8f6f1a280510e40797946ce28dd4561b5d1238 (patch) | |
tree | f1561aec9faf5212b40b65681c13bd8cc6748aff | |
parent | 8cd8698b6f06bf52fcbb1b7d41b2de27a0b0f938 (diff) | |
download | upstream-ae8f6f1a280510e40797946ce28dd4561b5d1238.tar.gz upstream-ae8f6f1a280510e40797946ce28dd4561b5d1238.tar.bz2 upstream-ae8f6f1a280510e40797946ce28dd4561b5d1238.zip |
adm5120: lzma-loader: remove trailing whitespaces from head.S
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 49057
-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 |