Changeset 971cf31f in mainline for arch/ppc32/src/boot/boot.S
- Timestamp:
- 2006-06-10T11:05:21Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0182a665
- Parents:
- 88636f68
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/src/boot/boot.S
r88636f68 r971cf31f 49 49 # r4 contains size of bootinfo_t 50 50 51 cmpwi r4, 0 52 beq bootinfo_end 53 51 54 addis r3, r3, 0x8000 52 55 53 56 lis r31, bootinfo@ha 54 57 addi r31, r31, bootinfo@l # r31 = bootinfo 55 56 cmpwi r4, 057 beq bootinfo_end58 58 59 59 bootinfo_loop:
Note:
See TracChangeset
for help on using the changeset viewer.