Changes in boot/arch/mips32/src/asm.S [45f7449:12bcae0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/mips32/src/asm.S
r45f7449 r12bcae0 51 51 and $a0, $a1, $a0 52 52 mtc0 $a0, $status 53 54 #if defined(MACHINE_lmalta) || defined(MACHINE_bmalta)55 /*56 * Remember the size of the SDRAM in bootinfo.57 */58 la $a0, PA2KA(BOOTINFO_OFFSET)59 sw $a3, 0($a0)60 #endif61 53 62 54 /*
Note:
See TracChangeset
for help on using the changeset viewer.