Changeset 393f631 in mainline for arch/ppc/boot/boot.S
- Timestamp:
- 2005-08-31T21:51:04Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 33ccb2c
- Parents:
- 94f0ae4
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc/boot/boot.S
r94f0ae4 r393f631 27 27 # 28 28 29 .text 29 #include <asm/macro.h> 30 31 .section BOOTSTRAP 30 32 31 33 .global start 34 32 35 start: 33 36 lis r4, ofw@ha 37 addi r4, r4, ofw@l 38 stw r5, 0(r4) 39 40 bl init 41 42 b bootstrap
Note:
See TracChangeset
for help on using the changeset viewer.