Rev 1686 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1686 | Rev 1749 | ||
|---|---|---|---|
| Line 189... | Line 189... | ||
| 189 | beq $a2, $0, bootinfo_end |
189 | beq $a2, $0, bootinfo_end |
| 190 | 190 | ||
| 191 | /* Not sure about this, but might be needed for PIC code???? */ |
191 | /* Not sure about this, but might be needed for PIC code???? */ |
| 192 | lui $gp, 0x8000 |
192 | lui $gp, 0x8000 |
| 193 | 193 | ||
| 194 | lui $a3, 0x8000 |
- | |
| 195 | addu $a1, $a1, $a3 |
- | |
| 196 | - | ||
| 197 | lui $a3, %hi(bootinfo) |
194 | lui $a3, %hi(bootinfo) |
| 198 | ori $a3, $a3, %lo(bootinfo) |
195 | ori $a3, $a3, %lo(bootinfo) |
| 199 | 196 | ||
| 200 | bootinfo_loop: |
197 | bootinfo_loop: |
| 201 | 198 | ||