mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 08:25:29 +00:00
Include missing part of r11275. Fix fw_argX from CFE
SVN-Revision: 11340
This commit is contained in:
parent
5da5342fda
commit
473d5705bd
@ -38,6 +38,11 @@
|
|||||||
.text
|
.text
|
||||||
LEAF(startup)
|
LEAF(startup)
|
||||||
.set noreorder
|
.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 */
|
/* Copy decompressor code to the right place */
|
||||||
li t2, BZ_TEXT_START
|
li t2, BZ_TEXT_START
|
||||||
|
Loading…
x
Reference in New Issue
Block a user