Changeset 1f330de in mainline for arch/ppc32/loader/_link.ld


Ignore:
Timestamp:
2006-03-17T02:04:30Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
543c31f
Parents:
01cb210
Message:

proper ppc32 initial memory mapping

File:
1 edited

Legend:

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

    r01cb210 r1f330de  
    2121                *(.bss);                /* uninitialized static variables */   
    2222                *(COMMON);              /* global variables */
    23         }
    24        
    25         .image 0x10000000+SIZEOF(.boot): AT (SIZEOF(.boot)) SUBALIGN(4096) {
     23               
     24                . = ALIGN(4096);
    2625                *(.image);
    2726        }
Note: See TracChangeset for help on using the changeset viewer.