projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[brcm47xx] Rename .trx2 image to openwrt-wrt54g3gv2-vf-squashfs-sysupgrade.bin and...
[openwrt.git]
/
target
/
linux
/
brcm-2.4
/
image
/
lzma-loader
/
src
/
head.S
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
(file)
--- 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
This page took
0.023857 seconds
and
4
git commands to generate.