summaryrefslogtreecommitdiff
path: root/target/linux
diff options
context:
space:
mode:
authorPeter Denison <openwrt@marshadder.org>2008-06-03 19:29:53 +0000
committerPeter Denison <openwrt@marshadder.org>2008-06-03 19:29:53 +0000
commit473d5705bd9b5c3406d3588b1eb702921ac5dbb5 (patch)
tree33caebaa480c51638618127cc982b16a49398d34 /target/linux
parent5da5342fda986908c609e42bf8b9cd8165148c77 (diff)
downloadmtk-20170518-473d5705bd9b5c3406d3588b1eb702921ac5dbb5.zip
mtk-20170518-473d5705bd9b5c3406d3588b1eb702921ac5dbb5.tar.gz
mtk-20170518-473d5705bd9b5c3406d3588b1eb702921ac5dbb5.tar.bz2
Include missing part of r11275. Fix fw_argX from CFE
SVN-Revision: 11340
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/brcm-2.4/image/lzma-loader/src/head.S5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/brcm-2.4/image/lzma-loader/src/head.S b/target/linux/brcm-2.4/image/lzma-loader/src/head.S
index 9bfbd53..3a33e40 100644
--- a/target/linux/brcm-2.4/image/lzma-loader/src/head.S
+++ b/target/linux/brcm-2.4/image/lzma-loader/src/head.S
@@ -38,6 +38,11 @@
.text
LEAF(startup)
.set noreorder
+ 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