Changeset eebd172 in mainline for arch/ppc32/loader/_link.ld


Ignore:
Timestamp:
2006-03-13T19:58:00Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6323989
Parents:
272c219
Message:

relocate ppc32 kernel above 2 GB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/loader/_link.ld

    r272c219 reebd172  
    88
    99SECTIONS {
    10         .image 0x80000000: AT (0x80000000) {
     10        .image 0x10000000: AT (0) {
    1111                *(BOOTSTRAP)
    1212                *(.text);
Note: See TracChangeset for help on using the changeset viewer.