Browse Source

Include missing part of r11275. Fix fw_argX from CFE

SVN-Revision: 11340
Peter Denison 17 năm trước cách đây
mục cha
commit
473d5705bd
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      target/linux/brcm-2.4/image/lzma-loader/src/head.S

+ 5 - 0
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