Changeset db74ef5 in mainline


Ignore:
Timestamp:
2005-08-09T22:10:06Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
04b1b8a
Parents:
511b45f
Message:

PPC preparation work (not working yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/powerpc/boot/boot.s

    r511b45f rdb74ef5  
    2727#
    2828
     29.text
     30
     31.set noreorder
     32.set nomacro
     33
     34.global start
     35start:
     36        bl real_start
     37
     38real_start:
     39       
Note: See TracChangeset for help on using the changeset viewer.