aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm-2.4
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
commit1ec47758960532eb75b15cf2c8c18af088afa108 (patch)
tree719a1de614091cae2f7f96396e3efcfe14be3a0c /target/linux/brcm-2.4
parentae7e759c81c4020dab0ae1a36828b796bf4c9a92 (diff)
downloadmaster-187ad058-1ec47758960532eb75b15cf2c8c18af088afa108.tar.gz
master-187ad058-1ec47758960532eb75b15cf2c8c18af088afa108.tar.bz2
master-187ad058-1ec47758960532eb75b15cf2c8c18af088afa108.zip
[brcm-2.4 and brcm47xx] Include missing part of r11275. Fix fw_argX from CFE
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11340 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm-2.4')
-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 9bfbd53d51..3a33e40163 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