Include missing part of r11275. Fix fw_argX from CFE
authorPeter Denison <openwrt@marshadder.org>
Tue, 3 Jun 2008 19:29:53 +0000 (19:29 +0000)
committerPeter Denison <openwrt@marshadder.org>
Tue, 3 Jun 2008 19:29:53 +0000 (19:29 +0000)
SVN-Revision: 11340

target/linux/brcm-2.4/image/lzma-loader/src/head.S

index 9bfbd53d517bb353df3e3b6c773e82927670dc34..3a33e401633a65d276405b5c544964ee5872a9dd 100644 (file)
        .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