Changeset 6ac14a70 in mainline for boot/arch/arm32/loader/_link.ld.in


Ignore:
Timestamp:
2009-07-28T12:47:31Z (16 years ago)
Author:
Vineeth Pillai <vineethrp@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5e73815
Parents:
7038f55
Message:

ARM port for development board integratorcp(ARM926EJ core module).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/arm32/loader/_link.ld.in

    r7038f55 r6ac14a70  
    1818                *(.reginfo);
    1919
     20                . = 0x2000;
     21                *(ST);                  /* bootloader stack section */
     22
    2023                . = 0x4000;
    2124                *(PT);                  /* page table placed at 0x4000 */
Note: See TracChangeset for help on using the changeset viewer.