source: rtems/c/src/lib/libbsp/arm/lpc24xx/startup/linkcmds.lpc2478_ncs @ 949166d

4.104.115
Last change on this file since 949166d was 949166d, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 02/27/09 at 12:12:08

added missing files

  • Property mode set to 100644
File size: 292 bytes
Line 
1/**
2 * @file
3 *
4 * LPC2478 (NCS).
5 */
6
7MEMORY {
8        RAM_INT (AIW) : ORIGIN = 0x40000000, LENGTH = 64k
9        RAM_EXT (AIW) : ORIGIN = 0xa0400000, LENGTH = 4M
10        ROM_INT (RX)  : ORIGIN = 0x00000000, LENGTH = 512k - 8k
11        NIRVANA : ORIGIN = 0, LENGTH = 0
12}
13
14INCLUDE linkcmds.rom
Note: See TracBrowser for help on using the repository browser.