mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-28 01:11:52 +02:00
[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
This commit is contained in:
parent
1f74b8f896
commit
0596c05d60
@ -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…
Reference in New Issue
Block a user