Changeset 295732b in mainline for boot/arch/mips32/_link.ld.in


Ignore:
Timestamp:
2012-12-06T00:06:29Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bcad855
Parents:
232cd4f
Message:

Make the mips32 loader machine-neutral, not preferring msim.

  • Allow load address it be in both KSEG0 and KSEG1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/mips32/_link.ld.in

    r232cd4f r295732b  
    22
    33SECTIONS {
     4#if defined(MACHINE_msim)
    45        . = 0xbfc00000;
     6#elif defined(MACHINE_lmalta) || defined(MACHINE_bmalta)
     7        . = 0x80004000;
     8#endif
    59        .text : {
    610                *(BOOTSTRAP);
Note: See TracChangeset for help on using the changeset viewer.